ar71xx: add initial support for the TL-WR2543N/ND board
[oweals/openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 2800b05dfa2053fcee94cc51d6154db46e5c85b6..ae68db6fc0e9dc158dc517f182183458dfb6c23c 100755 (executable)
@@ -15,7 +15,7 @@ platform_find_partitions() {
        while read dev size erasesize name; do
                name=${name#'"'}; name=${name%'"'}
                case "$name" in
-                       vmlinux.bin.l7|kernel|linux|rootfs)
+                       vmlinux.bin.l7|vmlinux|kernel|linux|rootfs)
                                if [ -z "$first" ]; then
                                        first="$name"
                                else
@@ -31,7 +31,7 @@ platform_find_kernelpart() {
        local part
        for part in "${1%:*}" "${1#*:}"; do
                case "$part" in
-                       vmlinux.bin.l7|kernel|linux)
+                       vmlinux.bin.l7|vmlinux|kernel|linux)
                                echo "$part"
                                break
                        ;;
@@ -77,6 +77,8 @@ platform_check_image() {
                platform_check_image_all0258n "$1" && return 0
                return 1
                ;;
+       alfa-ap96 | \
+       alfa-nx | \
        ap121 | \
        ap121-mini | \
        ap96 | \
@@ -99,9 +101,12 @@ platform_check_image() {
        mzk-w300nh | \
        tew-632brp | \
        wrt400n | \
+       airrouter | \
        bullet-m | \
        nanostation-m | \
        rocket-m | \
+       rw2458n | \
+       wzr-hp-g300nh2 | \
        wzr-hp-g300nh | \
        wzr-hp-g450h | \
        wzr-hp-ag300h | \
@@ -116,6 +121,7 @@ platform_check_image() {
                }
                return 0
                ;;
+       tl-mr3020 | \
        tl-mr3220 | \
        tl-mr3420 | \
        tl-wa901nd | \
@@ -124,8 +130,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
@@ -198,6 +206,8 @@ platform_do_upgrade() {
        routerstation-pro | \
        ls-sr71 | \
        eap7660d | \
+       pb42 | \
+       pb44 | \
        ja76pf)
                platform_do_upgrade_combined "$ARGV"
                ;;