ramips: Add support for the NixCore X1 Module
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index 2b24030ecd4bffe52f1dfad817b34c77b70c7d2e..c4d3c0136713f70f5775c048109a037ae66ab83d 100755 (executable)
@@ -50,6 +50,7 @@ platform_check_image() {
        dir-620-a1|\
        dir-620-d1|\
        dir-810l|\
+       duzun-dm06|\
        e1700|\
        esr-9753|\
        ex2700|\
@@ -90,9 +91,11 @@ platform_check_image() {
        mzk-750dhp|\
        mzk-dp150n|\
        mzk-ex300np|\
+       mzk-ex750np|\
        mzk-w300nh2|\
        mzk-wdpr|\
        nbg-419n|\
+       nixcore|\
        nw718|\
        oy-0001|\
        pbr-m1|\
@@ -111,6 +114,7 @@ platform_check_image() {
        rt-n56u|\
        rut5xx|\
        sap-g3200u3|\
+       sk-wb8|\
        sl-r7205|\
        tew-691gr|\
        tew-692gr|\
@@ -127,6 +131,7 @@ platform_check_image() {
        whr-300hp2|\
        whr-600d|\
        whr-g300n|\
+       widora-neo|\
        witi|\
        wizfi630a|\
        wl-330n|\
@@ -151,6 +156,7 @@ platform_check_image() {
        x8|\
        y1|\
        y1s|\
+       zbt-ape522ii|\
        zbt-wa05|\
        zbt-we826|\
        zbt-wg2626|\
@@ -178,7 +184,8 @@ platform_check_image() {
                }
                return 0
                ;;
-       c20i)
+       c20i|\
+       c50)
                [ "$magic" != "03000000" ] && {
                        echo "Invalid image type."
                        return 1