ipq40xx: add support for Luma Home WRTQ-329ACN
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / ipq40xx
index 4eae506fb11b0bf75d432ea6a1ce0fdf5deaeb60..b1d9b18088a1a551ddc4385611f10f079e5d921d 100644 (file)
@@ -31,9 +31,26 @@ ubootenv_mtdinfo () {
 }
 
 case "$board" in
-openmesh,a42)
+alfa-network,ap120c-ac |\
+edgecore,ecw5211 |\
+glinet,gl-b1300 |\
+luma,wrtq-329acn |\
+openmesh,a42 |\
+openmesh,a62)
        ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
        ;;
+buffalo,wtr-m2133hp)
+       ubootenv_add_uci_config "/dev/mtd8" "0x0" "0x40000" "0x20000"
+       ;;
+linksys,ea6350v3)
+       ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
+       ;;
+linksys,ea8300)
+       ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
+       ;;
+zyxel,nbg6617)
+       ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x10000" "0x10000"
+       ;;
 esac
 
 config_load ubootenv