diff --git a/package/boot/uboot-envtools/files/ipq40xx b/package/boot/uboot-envtools/files/ipq40xx index 171290e5d4..c16e60bac5 100644 --- a/package/boot/uboot-envtools/files/ipq40xx +++ b/package/boot/uboot-envtools/files/ipq40xx @@ -31,14 +31,15 @@ ubootenv_mtdinfo () { } case "$board" in -linksys,ea6350v3) - ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" - ;; +alfa-network,ap120c-ac |\ glinet,gl-b1300 |\ openmesh,a42 |\ openmesh,a62) ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000" ;; +linksys,ea6350v3) + ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" + ;; zyxel,nbg6617) ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x10000" "0x10000" ;;