summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-10 17:41:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-10 17:41:45 +0000
commit9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3 (patch)
treea56310394bf09c0c88a4dca73dfab958678e7453 /target/linux/ar71xx
parentde36549de1aad1c9bf1aaad2a5b58b51b9c953bd (diff)
downloadmaster-31e0f0ae-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.tar.gz
master-31e0f0ae-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.tar.bz2
master-31e0f0ae-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.zip
ar71xx: fix sysupgrade on the LS-SR71 board
SVN-Revision: 20119
Diffstat (limited to 'target/linux/ar71xx')
-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 a1beee3016..a6ffa4f262 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -123,7 +123,7 @@ platform_do_upgrade() {
local board=$(ar71xx_board_name)
case "$board" in
- routerstation | routerstation-pro)
+ routerstation | routerstation-pro | ls-sr71)
platform_do_upgrade_combined "$ARGV"
;;
*)