ipq40xx: add support for Linksys WHW03 V2
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / ipq40xx
index 1937f9d1ce0c99cd76251c33f208928cfdc16bcd..ff61488833981eaed21ffed32d314fedb9721a8a 100644 (file)
@@ -26,6 +26,7 @@ ubootenv_mtdinfo () {
        fi
 
        sectors=$(( $ubootenv_size / $mtd_erase ))
+       sectors=$(printf "0x%x" $sectors )
        echo /dev/$mtd_dev 0x0 $ubootenv_size $mtd_erase $sectors
 }
 
@@ -33,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|\
@@ -40,6 +42,7 @@ luma,wrtq-329acn|\
 netgear,wac510|\
 openmesh,a42|\
 openmesh,a62|\
+pakedge,wr-1|\
 plasmacloud,pa1200|\
 plasmacloud,pa2200)
        ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
@@ -57,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)