projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add driver for the internal hw trng on bcm6368
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
etc
/
diag.sh
diff --git
a/target/linux/ramips/base-files/etc/diag.sh
b/target/linux/ramips/base-files/etc/diag.sh
index
b167c52
..
95f608a
100755
(executable)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-66,9
+66,15
@@
get_status_led() {
rt-n15)
status_led="rt-n15:blue:power"
;;
rt-n15)
status_led="rt-n15:blue:power"
;;
- rt-n56u)
+ rt-n10-plus)
+ status_led="asus:green:wps"
+ ;;
+ rt-n56u | wl-330n )
status_led="asus:blue:power"
;;
status_led="asus:blue:power"
;;
+ sl-r7205)
+ status_led="sl-r7205:green:status"
+ ;;
v11st-fe)
status_led="v11st-fe:green:status"
;;
v11st-fe)
status_led="v11st-fe:green:status"
;;
@@
-93,6
+99,9
@@
get_status_led() {
wr512-3gn)
status_led="wr512:green:wps"
;;
wr512-3gn)
status_led="wr512:green:wps"
;;
+ xdxrn502j)
+ status_led="xdxrn502j:green:power"
+ ;;
esac
}
esac
}
This page took
0.027433 seconds
and
4
git commands to generate.