diff options
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index 20715eb678..1f0e02a2f7 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -123,7 +123,7 @@ wallys,dr531) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000" ;; zte,mf286) - ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x20000" "0x10000" + ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x10000" ;; esac |