ipq40xx: add support for Linksys WHW03 V2
[openwrt/staging/jow.git] / package / boot / uboot-envtools / files / ipq40xx
index 823a33ca1b113de5ee74204a03e373e82ac70640..ff61488833981eaed21ffed32d314fedb9721a8a 100644 (file)
@@ -34,6 +34,7 @@ case "$board" in
 alfa-network,ap120c-ac|\
 devolo,magic-2-wifi-next|\
 edgecore,ecw5211|\
+glinet,gl-a1300 |\
 glinet,gl-ap1300|\
 glinet,gl-b1300|\
 glinet,gl-b2200|\
@@ -59,10 +60,11 @@ linksys,ea6350v3)
        ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000"
        ;;
 linksys,ea8300|\
-linksys,mr8300)
+linksys,mr8300|\
+linksys,whw03v2)
        ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x40000" "0x20000"
        ;;
-linksys,whw01-v1)
+linksys,whw01)
        ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x40000" "0x10000"
        ;;
 zyxel,nbg6617)