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
26f0d1f
..
95f608a
100755
(executable)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-66,7
+66,10
@@
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"
;;
sl-r7205)
status_led="asus:blue:power"
;;
sl-r7205)
@@
-96,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.0218 seconds
and
4
git commands to generate.