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 | 5913da2e94c723d59100556ebcbd1c5c4830ccc0 (patch) | |
tree | 61c895208663a992aa415fb070243860e8965fd1 /target/linux/ar71xx/base-files | |
parent | 281a545b076d2d956b64fb08b5f4a56648a1a9c0 (diff) | |
download | upstream-5913da2e94c723d59100556ebcbd1c5c4830ccc0.tar.gz upstream-5913da2e94c723d59100556ebcbd1c5c4830ccc0.tar.bz2 upstream-5913da2e94c723d59100556ebcbd1c5c4830ccc0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31461 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |