From c407e6c2f29b96fe589370125595004e856f78d5 Mon Sep 17 00:00:00 2001 From: Thibaut VARENE Date: Sat, 29 Jul 2017 11:32:44 +0200 Subject: ramips: Archer C50v1: fix power led 01_leds had a workaround for the power led to compensate for the inverted GPIO state. This patch was missing from my previous commit. Signed-off-by: Thibaut VARENE [add the power led default-state which was omitted in the last commit by me] Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/etc/board.d/01_leds | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 4e6eeb2..2956def 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -90,7 +90,6 @@ c20i) ucidef_set_led_wlan "wlan" "wlan" "$board:blue:wlan" "phy0radio" ;; c50) - ucidef_set_led_default "power" "power" "$board:green:power" "0" ucidef_set_led_switch "lan" "lan" "$board:green:lan" "switch0" "0x1e" ucidef_set_led_switch "wan" "wan" "$board:green:wan" "switch0" "0x01" set_usb_led "$board:green:usb" -- cgit v1.1