From 380cf82f994b796dd42568c080654cb2ab149bf4 Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Fri, 11 Oct 2019 10:42:33 +0200 Subject: [PATCH] ar71xx: WNDR4300: fix WAN LED behaviour Change WAN LED behaviour to be consistent with other Netgear routers running OpenWrt. Instead of link speed, use amber colour to indicate link status. Green LED should be used when Internet connection is up and running. Signed-off-by: Michal Cieslakiewicz --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 8e49cb9fe2..8fc6fc8eea 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -1011,8 +1011,7 @@ wi2a-ac200i) ;; wndr3700v4|\ wndr4300) - 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_switch "wan-amber" "WAN (amber)" "netgear:amber:wan" "switch0" "0x20" ucidef_set_led_usbport "usb" "USB" "netgear:green:usb" "usb1-port1" ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt" ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "phy1tpt" -- 2.30.2