diff options
Diffstat (limited to 'package/yamonenv/patches')
-rw-r--r-- | package/yamonenv/patches/001-yamonenv_mtd_partition.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/yamonenv/patches/001-yamonenv_mtd_partition.patch b/package/yamonenv/patches/001-yamonenv_mtd_partition.patch deleted file mode 100644 index e1def28..0000000 --- a/package/yamonenv/patches/001-yamonenv_mtd_partition.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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: |