From: jogo Date: Thu, 21 Feb 2013 11:45:41 +0000 (+0000) Subject: bcm63xx: Fix sysupgrade for tag-version 7 and 8 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=508b27744d0dbc4a5b679a6ca17b09aac25d9de6;p=openwrt.git bcm63xx: Fix sysupgrade for tag-version 7 and 8 Fix sysupgrade for tag-version 7 and 8. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35724 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 1a025f7d73..63ab77418c 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 ;;