[ar71xx] add support for the Atheros AP113 reference board
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index fc864eb..d07b782 100755 (executable)
@@ -79,6 +79,7 @@ platform_check_image() {
                ;;
        alfa-ap96 | \
        alfa-nx | \
+       ap113 | \
        ap121 | \
        ap121-mini | \
        ap96 | \
@@ -130,8 +131,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
This page took 0.026255 seconds and 4 git commands to generate.