projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add preliminary support for the RT3662/RT3883 SoCs
[openwrt.git]
/
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
feed265
..
3d57854
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-51,14
+51,15
@@
get_status_led() {
db120)
status_led="db120:green:status"
;;
db120)
status_led="db120:green:status"
;;
- dir-600-a1)
- status_led="dir-600-a1:green:power"
+ dir-600-a1 |\
+ dir-615-e4)
+ status_led="d-link:green:power"
;;
dir-615-c1)
;;
dir-615-c1)
- status_led="d
ir-615c1
:green:status"
+ status_led="d
-link
:green:status"
;;
dir-825-b1)
;;
dir-825-b1)
- status_led="d
ir825b1
:orange:power"
+ status_led="d
-link
:orange:power"
;;
eap7660d)
status_led="eap7660d:green:ds4"
;;
eap7660d)
status_led="eap7660d:green:ds4"
@@
-91,9
+92,18
@@
get_status_led() {
routerstation | routerstation-pro)
status_led="ubnt:green:rf"
;;
routerstation | routerstation-pro)
status_led="ubnt:green:rf"
;;
+ rw2458n)
+ status_led="rw2458n:green:d3"
+ ;;
tew-632brp)
status_led="tew-632brp:green:status"
;;
tew-632brp)
status_led="tew-632brp:green:status"
;;
+ tew-673gru)
+ status_led="trendnet:blue:wps"
+ ;;
+ tl-mr3020)
+ status_led="tp-link:green:wps"
+ ;;
tl-mr3220 | \
tl-mr3420 | \
tl-wa901nd | \
tl-mr3220 | \
tl-mr3420 | \
tl-wa901nd | \
@@
-102,12
+112,16
@@
get_status_led() {
tl-wr741nd | \
tl-wr741nd-v4 | \
tl-wr841n-v1 | \
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-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"
;;
unifi)
status_led="ubnt:green:dome"
;;
This page took
0.027675 seconds
and
4
git commands to generate.