ramips: add Poray IP2202 support
[openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index eaa7e64..e85bead 100755 (executable)
@@ -24,6 +24,7 @@ platform_check_image() {
        all5002 | \
        all5003 | \
        asl26555 | \
+       awm002-evb | \
        bc2 | \
        broadway | \
        carambola | \
@@ -42,7 +43,12 @@ platform_check_image() {
        rt-n13u | \
        freestation5 | \
        hw550-3g | \
+       hg255d | \
+       ip2202 | \
+       m3 | \
+       m4 | \
        mofi3500-3gn | \
+       mpr-a1 | \
        mpr-a2 | \
        mzk-w300nh2 | \
        nbg-419n | \
@@ -63,13 +69,16 @@ platform_check_image() {
        v22rw-2x2 | \
        wl341v3 | \
        wl-330n | \
+       wl-330n3g | \
        wl-351 | \
        wnce2001 | \
        wli-tx4-ag300n | \
        whr-g300n |\
        ur-326n4g |\
        ur-336un |\
-       wr512-3gn)
+       wr512-3gn |\
+       x5 |\
+       x8)
                [ "$magic" != "27051956" ] && {
                        echo "Invalid image type."
                        return 1