ar71xx: add support for TP-Link TL-MR11U
[lede.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 055282840ab056be32024f9795ac5eac8b075eee..49df3c39667f041f0318ed54040ac0ac3e2f1f9b 100755 (executable)
@@ -77,6 +77,9 @@ platform_check_image() {
                platform_check_image_all0258n "$1" && return 0
                return 1
                ;;
+       alfa-ap96 | \
+       alfa-nx | \
+       ap113 | \
        ap121 | \
        ap121-mini | \
        ap96 | \
@@ -103,6 +106,7 @@ platform_check_image() {
        bullet-m | \
        nanostation-m | \
        rocket-m | \
+       rw2458n | \
        wzr-hp-g300nh2 | \
        wzr-hp-g300nh | \
        wzr-hp-g450h | \
@@ -118,6 +122,8 @@ platform_check_image() {
                }
                return 0
                ;;
+       tl-mr11u | \
+       tl-mr3020 | \
        tl-mr3220 | \
        tl-mr3420 | \
        tl-wa901nd | \
@@ -126,8 +132,10 @@ platform_check_image() {
        tl-wr741nd | \
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \
+       tl-wr841n-v7 | \
        tl-wr941nd | \
-       tl-wr1043nd)
+       tl-wr1043nd | \
+       tl-wr2543n)
                [ "$magic" != "0100" ] && {
                        echo "Invalid image type."
                        return 1