summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-05-23 15:27:10 +0000
committerJohn Crispin <john@openwrt.org>2015-05-23 15:27:10 +0000
commit870cd41936c351c621f4e032ff80489125a90e9f (patch)
treee6f81e184315bd910e9574f530e8e27d2d27f92e /target/linux/ramips/base-files/etc/diag.sh
parent9c86abae0e22107ed10fad76b568190ac3f2a6ca (diff)
downloadmaster-31e0f0ae-870cd41936c351c621f4e032ff80489125a90e9f.tar.gz
master-31e0f0ae-870cd41936c351c621f4e032ff80489125a90e9f.tar.bz2
master-31e0f0ae-870cd41936c351c621f4e032ff80489125a90e9f.zip
rampis: add support for status led on ASUS RT-N14U
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
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rw-r--r--target/linux/ramips/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 6bba7e4394..c5b2921bc2 100644
--- 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-n14u | rt-n56u | wl-330n | wl-330n3g)
status_led="asus:blue:power"
;;
rut5xx)