diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-27 08:55:42 +0000 |
commit | e737bdee77f50eaf6a8be0fbd3dd8a50b01df83d (patch) | |
tree | 5d1574e8aa82de98bfdfe7b3a77be6c9d121fc7d | |
parent | bde82ceab2b44bed30d18d81055ea2d98e44fa12 (diff) | |
download | upstream-e737bdee77f50eaf6a8be0fbd3dd8a50b01df83d.tar.gz upstream-e737bdee77f50eaf6a8be0fbd3dd8a50b01df83d.tar.bz2 upstream-e737bdee77f50eaf6a8be0fbd3dd8a50b01df83d.zip |
ar71xx: enable sysupgrade for the CAP4200AG board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33960 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index f1d95f6f6a..81535ce9b1 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -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" |