Browse Source

ar71xx: fix sysupgrade on the LS-SR71 board

SVN-Revision: 20119
Gabor Juhos 16 years ago
parent
commit
9daf566ddc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/base-files/lib/upgrade/platform.sh

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