bcm63xx: Fix sysupgrade for tag-version 7 and 8
authorJonas Gorski <jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:41 +0000 (11:45 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:41 +0000 (11:45 +0000)
Fix sysupgrade for tag-version 7 and 8.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35724

target/linux/brcm63xx/base-files/lib/upgrade/platform.sh

index 1a025f7d73951f59d844b82940a3248a42828703..63ab77418ca826db3d335768477dd534a3d58104 100644 (file)
@@ -2,7 +2,7 @@ PART_NAME=linux
 platform_check_image() {
        [ "$ARGC" -gt 1 ] && return 1
        case "$(get_magic_word "$1")" in
-               3600)
+               3600|3700|3800)
                        # 6348GW-11 boards use openwrt-96348GW-11-squashfs-cfe.bin files
                        return 0
                        ;;