From: blogic Date: Sat, 23 May 2015 15:27:10 +0000 (+0000) Subject: rampis: add support for status led on ASUS RT-N14U X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=2ba8218cb3b61d1cc3ba99e100ae9cb22700f422;hp=c9ad62e90dd6aaae924c006cca6b2fa9c31dc02f;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45725 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)