aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:41 +0000
committerJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:41 +0000
commit396200a1128ec358cae74e77bd2b7703c11bf577 (patch)
tree31d74c4037db0c4acfde7867c4774cf20c2cb556 /target/linux/brcm63xx/base-files
parent45d8b5166b188943a15d2eeba07cc9cec96e1b7b (diff)
downloadmaster-187ad058-396200a1128ec358cae74e77bd2b7703c11bf577.tar.gz
master-187ad058-396200a1128ec358cae74e77bd2b7703c11bf577.tar.bz2
master-187ad058-396200a1128ec358cae74e77bd2b7703c11bf577.zip
bcm63xx: Fix sysupgrade for tag-version 7 and 8
Fix sysupgrade for tag-version 7 and 8. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rw-r--r--target/linux/brcm63xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
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
;;