projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c86aba
)
rampis: add support for status led on ASUS RT-N14U
author
John Crispin
<john@openwrt.org>
Sat, 23 May 2015 15:27:10 +0000
(15:27 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 23 May 2015 15:27:10 +0000
(15:27 +0000)
The diag.sh script lacked an entry for the status led on the RT-N14U,
map it to the asus:blue:power led which is also used by the boot loader
to report boot status (eg. TFTP recovery mode VS normal boot)
Signed-off-by: Matteo Panella <m.panella@level28.org>
SVN-Revision: 45725
target/linux/ramips/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/ramips/base-files/etc/diag.sh
b/target/linux/ramips/base-files/etc/diag.sh
index 6bba7e4394814b3c9c00bc525ded5475b42f97e6..c5b2921bc2b257e7cd19f6f14cf9cee17271245c 100644
(file)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-132,7
+132,7
@@
get_status_led() {
rt-n10-plus)
status_led="asus:green:wps"
;;
- rt-n56u | wl-330n | wl-330n3g)
+ rt-n
14u | rt-n
56u | wl-330n | wl-330n3g)
status_led="asus:blue:power"
;;
rut5xx)