ramips: Add support for Omnima MiniPlug
[15.05/openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index 1ab3ab5..407c218 100755 (executable)
@@ -55,6 +55,7 @@ platform_check_image() {
        ip2202 | \
        m3 | \
        m4 | \
+       mlw221 | \
        mofi3500-3gn | \
        mpr-a1 | \
        mpr-a2 | \
@@ -63,6 +64,7 @@ platform_check_image() {
        nw718 | \
        omni-emb | \
        omni-emb-hpm | \
+       omni-plug | \
        psr-680w | \
        px4885 | \
        rp-n53 | \
@@ -79,6 +81,7 @@ platform_check_image() {
        w502u |\
        wr6202 |\
        v22rw-2x2 | \
+       vocore | \
        wl341v3 | \
        wl-330n | \
        wl-330n3g | \
@@ -94,7 +97,9 @@ platform_check_image() {
        wrtnode |\
        x5 |\
        x8 |\
-       zbt-wa05)
+       zbt-wa05 |\
+       y1 |\
+       y1s)
                [ "$magic" != "27051956" ] && {
                        echo "Invalid image type."
                        return 1