ar71xx: add diag support for the DB120 board
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index a608f4e..dd5b6b1 100755 (executable)
@@ -45,6 +45,9 @@ get_status_led() {
        bullet-m | rocket-m | nano-m | nanostation-m)
                status_led="ubnt:green:link4"
                ;;
+       db120)
+               status_led="db120:green:status"
+               ;;
        dir-600-a1)
                status_led="dir-600-a1:green:power"
                ;;
@@ -63,11 +66,9 @@ get_status_led() {
        ls-sr71)
                status_led="ubnt:green:d22"
                ;;
-       mzk-w04nu)
-               status_led="mzk-w04nu:green:status"
-               ;;
+       mzk-w04nu | \
        mzk-w300nh)
-               status_led="mzk-w300nh:green:status"
+               status_led="planex:green:status"
                ;;
        nbg460n_550n_550nh)
                status_led="nbg460n:green:power"
@@ -93,6 +94,7 @@ get_status_led() {
        tl-wa901nd-v2 | \
        tl-wr1043nd | \
        tl-wr741nd | \
+       tl-wr741nd-v4 | \
        tl-wr841n-v1 | \
        tl-wr941nd)
                status_led="tp-link:green:system"
@@ -103,7 +105,9 @@ get_status_led() {
        unifi)
                status_led="ubnt:green:dome"
                ;;
+       whr-g301n | \
        whr-hp-g300n | \
+       whr-hp-gn | \
        wzr-hp-g300nh)
                status_led="buffalo:green:router"
                ;;
This page took 0.028784 seconds and 4 git commands to generate.