ar71xx: add user-space support for the TL-WR710N board
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 8f2f610..01bf160 100755 (executable)
@@ -122,6 +122,7 @@ platform_check_image() {
        nanostation-m | \
        rocket-m | \
        rw2458n | \
+       wndap360 | \
        wzr-hp-g300nh2 | \
        wzr-hp-g300nh | \
        wzr-hp-g450h | \
@@ -132,7 +133,8 @@ platform_check_image() {
        wlae-ag300n | \
        nbg460n_550n_550nh | \
        unifi | \
-       unifi-outdoor )
+       unifi-outdoor | \
+       carambola2 )
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1
@@ -153,6 +155,9 @@ platform_check_image() {
                platform_check_image_openmesh "$magic_long" "$1" && return 0
                return 1
                ;;
+
+       archer-c7 | \
+       tl-mr10u | \
        tl-mr11u | \
        tl-mr3020 | \
        tl-mr3040 | \
@@ -166,6 +171,8 @@ platform_check_image() {
        tl-wdr3500 | \
        tl-wdr4300 | \
        tl-wr703n | \
+       tl-wr710n | \
+       tl-wr720n-v3 | \
        tl-wr741nd | \
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \