ar71xx: add support for the WNDR3700v2 board
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index 384bf03..dd47cf3 100755 (executable)
@@ -36,6 +36,9 @@ get_status_led() {
        ap83)
                status_led="ap83:green:power"
                ;;
+       ap96)
+               status_led="ap96:green:led2"
+               ;;
        aw-nr580)
                status_led="aw-nr580:green:ready"
                ;;
@@ -54,6 +57,9 @@ get_status_led() {
        eap7660d)
                status_led="eap7660d:green:ds4"
                ;;
+       ja76pf)
+               status_led="ja76pf:green:led1"
+               ;;
        ls-sr71)
                status_led="ubnt:green:d22"
                ;;
@@ -63,6 +69,9 @@ get_status_led() {
        mzk-w300nh)
                status_led="mzk-w300nh:green:status"
                ;;
+       nbg460n_550n_550nh)
+               status_led="nbg460n:green:power"
+               ;;
        pb44)
                status_led="pb44:amber:jump1"
                ;;
@@ -75,6 +84,9 @@ get_status_led() {
        tew-632brp)
                status_led="tew-632brp:green:status"
                ;;
+       tl-mr3220 | tl-mr3420)
+               status_led="tl-mr3x20:green:system"
+               ;;
        tl-wa901nd)
                status_led="tl-wa901nd:green:system"
                ;;
@@ -90,7 +102,10 @@ get_status_led() {
        tl-wr941nd)
                status_led="tl-wr941nd:green:system"
                ;;
-       wndr3700)
+       unifi)
+               status_led="ubnt:green:dome"
+               ;;
+       wndr3700 | wndr3700v2)
                status_led="wndr3700:green:power"
                ;;
        wnr2000)
@@ -108,6 +123,9 @@ get_status_led() {
        wzr-hp-g300nh)
                status_led="wzr-hp-g300nh:green:router"
                ;;
+       zcn-1523h-2 | zcn-1523h-5)
+               status_led="zcn-1523h:amber:init"
+               ;;
        esac;
 }
 
This page took 0.030008 seconds and 4 git commands to generate.