X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Fetc%2Fdiag.sh;h=b553205c0363a80e5eef6f78de3b5a5f3e5ec6ca;hp=3962aa285461f8fe66fa5f40fd78070c250bcd3d;hb=d4cc7aac4b2113cc9a757cc1e9a5c6390005329e;hpb=525fcc6e1144958378b6c03288e7b8392fb21e20 diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 3962aa2854..b553205c03 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -37,6 +37,9 @@ get_status_led() { bullet-m | rocket-m | nano-m | nanostation-m) status_led="ubnt:green:link4" ;; + bxu2000n-2-a1) + status_led="bhu:green:status" + ;; cap4200ag) status_led="senao:green:pwr" ;; @@ -80,6 +83,9 @@ get_status_led() { mynet-n600) status_led="wd:blue:power" ;; + mynet-rext) + status_led="wd:blue:power" + ;; mzk-w04nu | \ mzk-w300nh) status_led="planex:green:status" @@ -120,6 +126,12 @@ get_status_led() { tl-mr3020) status_led="tp-link:green:wps" ;; + tl-wa750re) + status_led="tp-link:orange:re" + ;; + tl-wa850re) + status_led="tp-link:blue:re" + ;; tl-mr3220 | \ tl-mr3220-v2 | \ tl-mr3420 | \ @@ -188,6 +200,9 @@ get_status_led() { zcn-1523h-2 | zcn-1523h-5) status_led="zcn-1523h:amber:init" ;; + wlr8100) + status_led="sitecom:amber:status" + ;; esac }