ar71xx: fix sysupgrade on the LS-SR71 board

SVN-Revision: 20119
This commit is contained in:
Gabor Juhos 2010-03-10 17:41:45 +00:00
parent de36549de1
commit 9daf566ddc

View File

@ -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"
;;
*)