aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-23 15:27:10 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-23 15:27:10 +0000
commit293fafe0c5adfd7ffb67048f1b7507ee7e3738d6 (patch)
tree575a9b8cdcf4684bb0c4d5ddd5300fc9ba23ae32 /target/linux/ramips
parent71e0a0414c3463c95f8530e4cc681cc3bd6466c1 (diff)
downloadupstream-293fafe0c5adfd7ffb67048f1b7507ee7e3738d6.tar.gz
upstream-293fafe0c5adfd7ffb67048f1b7507ee7e3738d6.tar.bz2
upstream-293fafe0c5adfd7ffb67048f1b7507ee7e3738d6.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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)