mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user