aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commit51665a4cc144bdf66519fe6812886defc43e3f5d (patch)
treee9cc9fd8188746c86dfe2306de5be487c3a7e72d /target
parent41a5e83a2288d6e4a8473f004ed6786201fac16b (diff)
downloadmaster-187ad058-51665a4cc144bdf66519fe6812886defc43e3f5d.tar.gz
master-187ad058-51665a4cc144bdf66519fe6812886defc43e3f5d.tar.bz2
master-187ad058-51665a4cc144bdf66519fe6812886defc43e3f5d.zip
ar71xx: fix sysupgrade on the LS-SR71 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20119 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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"
;;
*)