ar71xx: enable failsafe on the Nanostation M/Rocket M
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index cb59920..1d88f43 100755 (executable)
@@ -39,6 +39,9 @@ get_status_led() {
        aw-nr580)
                status_led="aw-nr580:green:ready"
                ;;
+       bullet-m | rocket-m | nano-m)
+               status_led="ubnt:green:link4"
+               ;;
        ls-sr71)
                status_led="ubnt:green:d22"
                ;;
@@ -63,6 +66,9 @@ get_status_led() {
        tl-wr941nd)
                status_led="tl-wr941nd:green:system"
                ;;
+       wndr3700)
+               status_led="wndr3700:green:power"
+               ;;
        wnr2000)
                status_led="wnr2000:green:power"
                ;;
This page took 0.046109 seconds and 4 git commands to generate.