[source] ar71xx: WNDR4300: use the switch LED trigger on the WAN port

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 5 00:07:48 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/3c97bad0c2898949bc98a19f376783a7e4de0146

commit 3c97bad0c2898949bc98a19f376783a7e4de0146
Author: Daniel Gonzalez Cabanelas <dgcbueu at gmail.com>
AuthorDate: Sun Sep 3 19:41:42 2017 +0200

    ar71xx: WNDR4300: use the switch LED trigger on the WAN port
    
    The WAN port on the Netgear WNDR4300 router has two LEDs,
    amber and green. Use the switch LED trigger to behave as the
    rest of the LAN HW controlled LEDs
    - Green: 1 Gbps
    - Amber: 100/10 Mbps
    
    Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu at gmail.com>
---
 target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 84b1a7d..4132e91 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -823,7 +823,8 @@ r6100)
 	;;
 wndr3700v4|\
 wndr4300)
-	ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2"
+	ucidef_set_led_switch "wan-green" "WAN (green)" "netgear:green:wan" "switch0" "0x20" "0x08"
+	ucidef_set_led_switch "wan-amber" "WAN (amber)" "netgear:amber:wan" "switch0" "0x20" "0x06"
 	ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
 	ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt"
 	ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "phy1tpt"



More information about the lede-commits mailing list