lantiq: add uci-defaults code for handling leds
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index d7673de..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"
                ;;
@@ -91,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"
@@ -101,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.020466 seconds and 4 git commands to generate.