ar71xx: enable failsafe on the Nanostation M/Rocket M
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Nov 2009 09:51:28 +0000 (09:51 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Nov 2009 09:51:28 +0000 (09:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18532 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/lib/ar71xx.sh

index 82de0a992093a7342420e022665e2332da989e8d..1d88f431f0cf141f5cdb62433558db87dc6d50f1 100755 (executable)
@@ -39,7 +39,7 @@ get_status_led() {
        aw-nr580)
                status_led="aw-nr580:green:ready"
                ;;
-       bullet-m)
+       bullet-m | rocket-m | nano-m)
                status_led="ubnt:green:link4"
                ;;
        ls-sr71)
index 5ff2388715be875961700bb1a2b916a7324dd9af..b1c3b83ea6430a1aea8e13083b243c880a5b69c4 100755 (executable)
@@ -22,6 +22,9 @@ ar71xx_board_name() {
        *"Bullet M")
                name="bullet-m"
                ;;
+       *"Nanostation M")
+               name="nanostation-m"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -49,6 +52,9 @@ ar71xx_board_name() {
        *RB-493)
                name="rb-493"
                ;;
+       *"Rocket M")
+               name="rocket-m"
+               ;;
        *RouterStation)
                name="routerstation"
                ;;