ar71xx: fix sysupgrade on the LS-SR71 board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 10 Mar 2010 17:41:45 +0000 (17:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20119 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index a1beee3..a6ffa4f 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"
                ;;
        *)