ar71xx: fix sysupgrade on the LS-SR71 board
authorGabor Juhos <juhosg@openwrt.org>
Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)
SVN-Revision: 20119

target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index a1beee30160940ffe28c790cdbef2896f3aedee8..a6ffa4f2627b748227a6fa5e68fd3741b2859e56 100755 (executable)
@@ -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"
                ;;
        *)