diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 11:38:44 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 11:38:44 +0000 |
commit | 7318bf5df06623666026a5831190c2ba73500d17 (patch) | |
tree | 61c895208663a992aa415fb070243860e8965fd1 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | aa09643423b91424b529737d7572b9addf92836a (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31461 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-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) |