ramips: add support for Netgear EX3700
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index 3245e2c1c806e24c9404dec1ea7a421fcfce4721..90eb6e447d3a887ffe7961b3cba8e372f31f6354 100755 (executable)
@@ -55,6 +55,7 @@ platform_check_image() {
        esr-9753|\
        ew1200|\
        ex2700|\
+       ex3700|\
        f7c027|\
        firewrt|\
        fonera20n|\
@@ -229,7 +230,8 @@ platform_check_image() {
                }
                return 0
                ;;
-       hc5962)
+       hc5962|\
+       r6220)
                # these boards use metadata images
                return 0
                ;;
@@ -266,6 +268,7 @@ platform_pre_upgrade() {
 
        case "$board" in
        hc5962|\
+       r6220|\
        ubnt-erx)
                nand_do_upgrade "$ARGV"
                ;;