From: jogo Date: Mon, 25 Feb 2013 12:55:59 +0000 (+0000) Subject: AA: bcm63xx: Fix sysupgrade for tag-version 7 and 8 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=276e75245a572240d11aa26ac1ec592beca75275;p=12.09%2Fopenwrt.git AA: bcm63xx: Fix sysupgrade for tag-version 7 and 8 Backport of r35724. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35779 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm63xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm63xx/base-files/lib/upgrade/platform.sh index 1a025f7..63ab774 100644 --- a/target/linux/brcm63xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/brcm63xx/base-files/lib/upgrade/platform.sh @@ -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 ;;