diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-24 11:38:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-24 11:38:44 +0000 |
commit | 59b0c1b2b9c7039e13ce591ab92d42910e6ee54f (patch) | |
tree | 07f0100996ea219b9334044c104fe732bb63a244 /target/linux/ar71xx/base-files | |
parent | 8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c (diff) | |
download | upstream-59b0c1b2b9c7039e13ce591ab92d42910e6ee54f.tar.gz upstream-59b0c1b2b9c7039e13ce591ab92d42910e6ee54f.tar.bz2 upstream-59b0c1b2b9c7039e13ce591ab92d42910e6ee54f.zip |
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 <mschiffer@universe-factory.net>
SVN-Revision: 31461
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/leds | 1 |
1 files changed, 1 insertions, 0 deletions
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) |