From 59b0c1b2b9c7039e13ce591ab92d42910e6ee54f Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 24 Apr 2012 11:38:44 +0000 Subject: [PATCH] ar71xx: TL-WR741NDv4: add WLAN LED config On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work. Signed-off-by: Matthias Schiffer SVN-Revision: 31461 --- target/linux/ar71xx/base-files/etc/uci-defaults/leds | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/base-files/etc/uci-defaults/leds index 450cbc7dcc..c8edcae480 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -185,6 +185,7 @@ tl-wr741nd-v4) set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08" set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10" set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02" + set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; tl-wr941nd)