1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: sysupgrade for the ALL0315N

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33285 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-08-27 14:55:36 +00:00
parent 61de747998
commit cedfbc3c41
2 changed files with 17 additions and 14 deletions

View File

@@ -73,8 +73,9 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
all0315n | \
all0258n )
platform_check_image_all0258n "$1" && return 0
platform_check_image_allnet "$1" && return 0
return 1
;;
alfa-ap96 | \
@@ -232,7 +233,10 @@ platform_do_upgrade() {
platform_do_upgrade_combined "$ARGV"
;;
all0258n )
platform_do_upgrade_all0258n "$ARGV"
platform_do_upgrade_allnet "0x9f050000" "$ARGV"
;;
all0315n )
platform_do_upgrade_allnet "0x9f080000" "$ARGV"
;;
om2p | \
om2p-lc)