mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:50:20 +02:00
b5cb1795de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
420 B
Diff
14 lines
420 B
Diff
Index: yamonenv/src/yamonenv.c
|
|
===================================================================
|
|
--- yamonenv.orig/src/yamonenv.c 2007-06-04 13:24:02.640211136 +0200
|
|
+++ yamonenv/src/yamonenv.c 2007-06-04 13:24:02.710200496 +0200
|
|
@@ -12,7 +12,7 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
|
|
-#define DEFAULT_YAMON_ENV_FILE "/dev/mtd/3"
|
|
+#define DEFAULT_YAMON_ENV_FILE "/dev/mtd3"
|
|
|
|
|
|
// control byte definitions:
|