ipq807x: add support for Linksys MX4200 V1 and V2
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / qualcommax_ipq807x
index 106ba47c08e4991edef32356bd8c4f626b2478ba..bcedfd9adc91ce88ef1e787dd051db7e5e177bfe 100644 (file)
@@ -11,7 +11,8 @@ case "$board" in
 dynalink,dl-wrx36|\
 netgear,rax120v2|\
 netgear,wax218|\
-netgear,wax620)
+netgear,wax620|\
+netgear,wax630)
        idx="$(find_mtd_index 0:appsblenv)"
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" "2"
@@ -28,6 +29,12 @@ edimax,cax1800)
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x10000" "0x20000"
        ;;
+linksys,mx4200v1|\
+linksys,mx4200v2)
+       idx="$(find_mtd_index u_env)"
+       [ -n "$idx" ] && \
+               ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" "2"
+       ;;
 redmi,ax6|\
 xiaomi,ax3600|\
 xiaomi,ax9000)