From: Michal Cieslakiewicz Date: Fri, 11 Oct 2019 08:42:33 +0000 (+0200) Subject: ar71xx: WNDR4300: fix WAN LED behaviour X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=380cf82f994b796dd42568c080654cb2ab149bf4;p=oweals%2Fopenwrt.git 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 --- 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"