mirror of https://github.com/hak5/openwrt.git
12 lines
230 B
Diff
12 lines
230 B
Diff
|
--- a/src/yamonenv.c
|
||
|
+++ b/src/yamonenv.c
|
||
|
@@ -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:
|