diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-10 17:41:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-10 17:41:45 +0000 |
commit | 9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3 (patch) | |
tree | a56310394bf09c0c88a4dca73dfab958678e7453 /target | |
parent | de36549de1aad1c9bf1aaad2a5b58b51b9c953bd (diff) | |
download | mtk-20170518-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.zip mtk-20170518-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.tar.gz mtk-20170518-9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3.tar.bz2 |
ar71xx: fix sysupgrade on the LS-SR71 board
SVN-Revision: 20119
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
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 a1beee3..a6ffa4f 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" ;; *) |