mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:11:53 +02: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:
parent
ab8277e30d
commit
68eac67f55
@ -45,6 +45,10 @@
|
|||||||
#include "fis.h"
|
#include "fis.h"
|
||||||
#include "mtd.h"
|
#include "mtd.h"
|
||||||
|
|
||||||
|
#ifndef MTDREFRESH
|
||||||
|
#define MTDREFRESH _IO('M', 50)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_ARGS 8
|
#define MAX_ARGS 8
|
||||||
#define JFFS2_DEFAULT_DIR "" /* directory name without /, empty means root dir */
|
#define JFFS2_DEFAULT_DIR "" /* directory name without /, empty means root dir */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user