From: Gabor Juhos Date: Wed, 10 Mar 2010 17:41:45 +0000 (+0000) Subject: ar71xx: fix sysupgrade on the LS-SR71 board X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9daf566ddc1d0d424bac40272d3cd8cd4a2d67e3;p=librecmc%2Flibrecmc.git ar71xx: fix sysupgrade on the LS-SR71 board SVN-Revision: 20119 --- 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" ;; *)