ar71xx: fix sysupgrade for jjPlus JWAP003
[openwrt/staging/chunkeey.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index cdd463edbeefe1f0caac3938eb4162d5035f367e..2a5c7c3ee61a9609a168615a73f7c6f04206ec5d 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|vmlinux|kernel|linux|rootfs|filesystem)
+                       vmlinux.bin.l7|vmlinux|kernel|linux|linux.bin|rootfs|filesystem)
                                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|vmlinux|kernel|linux)
+                       vmlinux.bin.l7|vmlinux|kernel|linux|linux.bin)
                                echo "$part"
                                break
                        ;;
@@ -152,6 +152,7 @@ platform_check_image() {
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \
        tl-wr841n-v7 | \
+       tl-wr841n-v8 | \
        tl-wr941nd | \
        tl-wr1041n-v2 | \
        tl-wr1043nd | \
@@ -199,7 +200,8 @@ platform_check_image() {
        all0305 | \
        eap7660d | \
        ja76pf | \
-       ja76pf2)
+       ja76pf2 | \
+       jwap003)
                [ "$magic" != "4349" ] && {
                        echo "Invalid image. Use *-sysupgrade.bin files on this board"
                        return 1
@@ -234,7 +236,8 @@ platform_do_upgrade() {
        pb42 | \
        pb44 | \
        ja76pf | \
-       ja76pf2)
+       ja76pf2 | \
+       jwap003)
                platform_do_upgrade_combined "$ARGV"
                ;;
        all0258n )