ar71xx: fix sysupgrade on the TL-WR841N/ND v7 boards
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index c2bfa08..db8bdae 100755 (executable)
@@ -77,6 +77,7 @@ platform_check_image() {
                platform_check_image_all0258n "$1" && return 0
                return 1
                ;;
+       alfa-ap96 | \
        alfa-nx | \
        ap121 | \
        ap121-mini | \
@@ -104,6 +105,7 @@ platform_check_image() {
        bullet-m | \
        nanostation-m | \
        rocket-m | \
+       rw2458n | \
        wzr-hp-g300nh2 | \
        wzr-hp-g300nh | \
        wzr-hp-g450h | \
@@ -128,6 +130,7 @@ platform_check_image() {
        tl-wr741nd | \
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \
+       tl-wr841n-v7 | \
        tl-wr941nd | \
        tl-wr1043nd)
                [ "$magic" != "0100" ] && {
This page took 0.023226 seconds and 4 git commands to generate.