mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mtd: define MTDREFRESH if not defined (external kernel)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30340 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
#include "fis.h"
|
||||
#include "mtd.h"
|
||||
|
||||
#ifndef MTDREFRESH
|
||||
#define MTDREFRESH _IO('M', 50)
|
||||
#endif
|
||||
|
||||
#define MAX_ARGS 8
|
||||
#define JFFS2_DEFAULT_DIR "" /* directory name without /, empty means root dir */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user