summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-04 19:41:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-04 19:41:18 +0000
commit85b858fae67e4659cb990601b13ccc2078c1dffd (patch)
treed8337ced98d334b4951dc60665ebf36a546ac5be /target
parentfb77134596d0ef096adb64c6591953f38c7d50bd (diff)
downloadmaster-31e0f0ae-85b858fae67e4659cb990601b13ccc2078c1dffd.tar.gz
master-31e0f0ae-85b858fae67e4659cb990601b13ccc2078c1dffd.tar.bz2
master-31e0f0ae-85b858fae67e4659cb990601b13ccc2078c1dffd.zip
ar71xx: enable sysupgrade on the AP96 and DB120 boards
SVN-Revision: 27901
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 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 8fa2a4254c..4becfaf898 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -69,7 +69,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
- ap121 | ap121-mini | zcn-1523h-2 | zcn-1523h-5)
+ ap121 | ap121-mini | ap96 | db120 | zcn-1523h-2 | zcn-1523h-5)
[ "$magic" != "68737173" -a "$magic" != "19852003" ] && {
echo "Invalid image type."
return 1