Skip to content
Snippets Groups Projects
Commit ff20c0e1 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

bcm63xx: Fix sysupgrade for tag-version 7 and 8


Fix sysupgrade for tag-version 7 and 8.

Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 35724
parent 3010a0b6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ PART_NAME=linux ...@@ -2,7 +2,7 @@ PART_NAME=linux
platform_check_image() { platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1 [ "$ARGC" -gt 1 ] && return 1
case "$(get_magic_word "$1")" in case "$(get_magic_word "$1")" in
3600) 3600|3700|3800)
# 6348GW-11 boards use openwrt-96348GW-11-squashfs-cfe.bin files # 6348GW-11 boards use openwrt-96348GW-11-squashfs-cfe.bin files
return 0 return 0
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment