X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Fetc%2Fdiag.sh;h=77217c70f74015204485fa7115426d791afe091d;hb=a63bf2580b863d161183c388d9f2f81e48f9344b;hp=384bf032ca2121b075581397ad2257696a062635;hpb=4ebeeb56349e090c6dc54f0de60b8fcf5b9f250a;p=openwrt.git diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 384bf032ca..77217c70f7 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -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" ;; @@ -75,6 +78,9 @@ get_status_led() { tew-632brp) status_led="tew-632brp:green:status" ;; + tl-mr3420) + status_led="tl-mr3420:green:system" + ;; tl-wa901nd) status_led="tl-wa901nd:green:system" ;; @@ -108,6 +114,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; }