ar71xx: enable sysupgrade for the CAP4200AG board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33960
This commit is contained in:
parent
5a6a2e55b9
commit
3a86affcdd
1 changed files with 5 additions and 1 deletions
|
@ -78,7 +78,8 @@ platform_check_image() {
|
|||
|
||||
case "$board" in
|
||||
all0315n | \
|
||||
all0258n )
|
||||
all0258n | \
|
||||
cap4200ag)
|
||||
platform_check_image_allnet "$1" && return 0
|
||||
return 1
|
||||
;;
|
||||
|
@ -259,6 +260,9 @@ platform_do_upgrade() {
|
|||
all0315n )
|
||||
platform_do_upgrade_allnet "0x9f080000" "$ARGV"
|
||||
;;
|
||||
cap4200ag)
|
||||
platform_do_upgrade_allnet "0xbf0a0000" "$ARGV"
|
||||
;;
|
||||
dir-825-b1 |\
|
||||
tew-673gru)
|
||||
platform_do_upgrade_dir825b "$ARGV"
|
||||
|
|
Loading…
Reference in a new issue