ar71xx: add support for the WNDR3700v2 board
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index a89ede9..dd47cf3 100755 (executable)
@@ -57,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"
                ;;
@@ -81,8 +84,8 @@ get_status_led() {
        tew-632brp)
                status_led="tew-632brp:green:status"
                ;;
-       tl-mr3420)
-               status_led="tl-mr3420:green:system"
+       tl-mr3220 | tl-mr3420)
+               status_led="tl-mr3x20:green:system"
                ;;
        tl-wa901nd)
                status_led="tl-wa901nd:green:system"
@@ -99,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)
This page took 0.02761 seconds and 4 git commands to generate.