qualcommax: ipq60xx: add support for netgear wax214
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / qualcommax_ipq60xx
index df19a3033577b242eae9d919c9006f1b2e19f4d1..33cb94f99d18f15ebe85d86772f5a48ea67526b2 100644 (file)
@@ -14,6 +14,11 @@ case "$board" in
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x10000" "0x10000"
        ;;
+netgear,wax214)
+       idx="$(find_mtd_index 0:appsblenv)"
+       [ -n "$idx" ] && \
+               ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000" "2"
+       ;;
 esac
 
 config_load ubootenv