[OpenWrt-Devel] [PATCH] rampis: add support for status led on ASUS RT-N14U
Matteo Panella
m.panella at level28.org
Sat May 23 08:40:59 EDT 2015
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 at level28.org>
---
target/linux/ramips/base-files/etc/diag.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 5301593..9d2a04f 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -126,7 +126,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)
--
2.4.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list