X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cdf64b5cdccae03ff3d9dfc3c01a5e817b233178..ebbec463c78aa5c4450a4e6be9ed1207f662e4ec:/target/linux/ar71xx/base-files/etc/diag.sh diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 855d3a40b..f30ad0522 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -30,6 +30,9 @@ status_led_off() { get_status_led() { case $(ar71xx_board_name) in + alfa-nx) + status_led="alfa:green:led_8" + ;; ap81) status_led="ap81:green:status" ;; @@ -88,9 +91,15 @@ get_status_led() { routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; + rw2458n) + status_led="rw2458n:green:d3" + ;; tew-632brp) status_led="tew-632brp:green:status" ;; + tl-mr3020) + status_led="tp-link:green:wps" + ;; tl-mr3220 | \ tl-mr3420 | \ tl-wa901nd | \ @@ -99,12 +108,16 @@ get_status_led() { tl-wr741nd | \ tl-wr741nd-v4 | \ tl-wr841n-v1 | \ + tl-wr841n-v7 | \ tl-wr941nd) status_led="tp-link:green:system" ;; tl-wr703n) status_led="tp-link:blue:system" ;; + tl-wr2543n) + status_led="tp-link:green:wps" + ;; unifi) status_led="ubnt:green:dome" ;; @@ -127,7 +140,7 @@ get_status_led() { status_led="wp543:green:diag" ;; wrt400n) - status_led="wrt400n:green:status" + status_led="wrt400n:blue:wps" ;; wrt160nl) status_led="wrt160nl:blue:wps"