projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix AutoLoad macro typos (#2765)
[openwrt.git]
/
package
/
mtd
/
src
/
mtd.c
diff --git
a/package/mtd/src/mtd.c
b/package/mtd/src/mtd.c
index
92018c2
..
f3a13ef
100644
(file)
--- a/
package/mtd/src/mtd.c
+++ b/
package/mtd/src/mtd.c
@@
-52,7
+52,7
@@
#define DEBUG
#define DEBUG
-#define JFFS2_DEFAULT_DIR "
tmp"
+#define JFFS2_DEFAULT_DIR "
" /* directory name without /, empty means root dir */
#define SYSTYPE_UNKNOWN 0
#define SYSTYPE_BROADCOM 1
#define SYSTYPE_UNKNOWN 0
#define SYSTYPE_BROADCOM 1
This page took
0.021617 seconds
and
4
git commands to generate.