ar71xx: enable sysupgrade support for airrouter
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 324edfb..0552828 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
                        ;;
@@ -99,6 +99,7 @@ platform_check_image() {
        mzk-w300nh | \
        tew-632brp | \
        wrt400n | \
+       airrouter | \
        bullet-m | \
        nanostation-m | \
        rocket-m | \
@@ -199,6 +200,8 @@ platform_do_upgrade() {
        routerstation-pro | \
        ls-sr71 | \
        eap7660d | \
+       pb42 | \
+       pb44 | \
        ja76pf)
                platform_do_upgrade_combined "$ARGV"
                ;;
This page took 0.022153 seconds and 4 git commands to generate.