mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 13:17:31 +02:00
13 lines
382 B
Diff
13 lines
382 B
Diff
|
diff -urN yamonenv/src/yamonenv.c yamonenv.new/src/yamonenv.c
|
||
|
--- yamonenv/src/yamonenv.c 2005-10-21 15:40:11.000000000 +0200
|
||
|
+++ yamonenv.new/src/yamonenv.c 2007-04-08 22:17:44.000000000 +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:
|