ar71xx: add Arduino Yun
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index cad8b43..b97c076 100755 (executable)
@@ -173,6 +173,7 @@ platform_check_image() {
                ;;
        alfa-ap96 | \
        alfa-nx | \
+       arduino-yun | \
        ap113 | \
        ap121 | \
        ap121-mini | \
@@ -252,7 +253,8 @@ platform_check_image() {
        nbg460n_550n_550nh | \
        unifi | \
        unifi-outdoor | \
-       carambola2 )
+       carambola2 | \
+       weio )
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1
@@ -317,6 +319,7 @@ platform_check_image() {
        el-mini | \
        gl-inet | \
        mc-mac1200r | \
+       minibox-v1 |\
        onion-omega | \
        oolite | \
        smart-300 | \
@@ -359,6 +362,7 @@ platform_check_image() {
        tl-wr842n-v2 | \
        tl-wr941nd | \
        tl-wr941nd-v5 | \
+       tl-wr941nd-v6 | \
        tl-wr1041n-v2 | \
        tl-wr1043nd | \
        tl-wr1043nd-v2 | \
@@ -403,6 +407,7 @@ platform_check_image() {
                return 1
                ;;
 
+       nbg6616 | \
        unifi-outdoor-plus | \
        uap-pro)
                [ "$magic_long" != "19852003" ] && {