projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] add support for the Atheros AP113 reference board
[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
3332a7f
..
f30ad05
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-91,10
+91,15
@@
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"
;;
- tl-mr3020 | \
+ tl-mr3020)
+ status_led="tp-link:green:wps"
+ ;;
tl-mr3220 | \
tl-mr3420 | \
tl-wa901nd | \
tl-mr3220 | \
tl-mr3420 | \
tl-wa901nd | \
@@
-110,6
+115,9
@@
get_status_led() {
tl-wr703n)
status_led="tp-link:blue: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.028233 seconds
and
4
git commands to generate.