From f7a220b2f62724bccb76abe622281808e3f6f061 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Thu, 7 Jun 2018 11:16:56 +0300 Subject: ath79: fix usb led on wr-1043nd-v1 usb port was not triggered correctly also remove uneded wifi led trigger from the script Signed-off-by: Lucian Cristian --- target/linux/ath79/base-files/etc/board.d/01_leds | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ath79/base-files') diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index 0ba03b25a0..4a8b82786e 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -37,10 +37,6 @@ case "$board" in ucidef_set_led_switch "lan3" "LAN3" "$boardname:green:lan3" "switch0" "0x08" ucidef_set_led_switch "lan4" "LAN4" "$boardname:green:lan4" "switch0" "0x10" ;; -"tplink,tl-wr1043nd-v1") - ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1" - ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" - ;; esac board_config_flush -- cgit v1.2.3