ramips: Adding support for AXIMCom MR-102N 3G/4G Travel Mobile Router
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index b5eecfc2992d4961bd06701f2133d00857e41eaa..0a54d3747cc593245e5a131068efe450d352005b 100755 (executable)
@@ -16,6 +16,7 @@ platform_check_image() {
        case "$board" in
        3g-6200n | \
        3g-6200nl | \
+       3g150b | \
        3g300m | \
        a5-v11 | \
        air3gii | \
@@ -32,6 +33,7 @@ platform_check_image() {
        bc2 | \
        broadway | \
        carambola | \
+       cf-wr800n | \
        d105 | \
        dap-1350 | \
        dcs-930 | \
@@ -50,18 +52,22 @@ platform_check_image() {
        f7c027 | \
        fonera20n | \
        freestation5 | \
+       firewrt |\
        hg255d | \
        hlk-rm04 | \
        ht-tm02 | \
        hw550-3g | \
        ip2202 | \
+       m2m | \
        m3 | \
        m4 | \
+       microwrt | \
        mlw221 | \
        mlwg2 | \
        mofi3500-3gn | \
        mpr-a1 | \
        mpr-a2 | \
+       mr-102n | \
        mzk-w300nh2 | \
        nbg-419n | \
        nw718 | \
@@ -97,6 +103,7 @@ platform_check_image() {
        wl-351 | \
        wl341v3 | \
        wli-tx4-ag300n | \
+       wzr-agl300nh | \
        wmr300 |\
        wnce2001 | \
        wr512-3gn |\
@@ -107,8 +114,10 @@ platform_check_image() {
        wt3020 |\
        x5 |\
        x8 |\
+       xiaomi-miwifi-mini |\
        y1 |\
        y1s |\
+       zte-q7 |\
        zbt-wa05)
                [ "$magic" != "27051956" ] && {
                        echo "Invalid image type."
@@ -132,7 +141,8 @@ platform_check_image() {
                ;;
        cy-swr1100 |\
        dir-610-a1 |\
-       dir-645)
+       dir-645 |\
+       dir-860l-b1)
                [ "$magic" != "5ea3a417" ] && {
                        echo "Invalid image type."
                        return 1