diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-16 07:11:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-16 07:11:30 +0000 |
commit | 182a18a369ea76690ef5f068aad6cd1fe8a536a7 (patch) | |
tree | 20a131f6eaf22db8945f790dcfc081bb7ec73cf4 /target/linux/ar71xx/base-files | |
parent | febf63f3c465f6af0263fef3f8ab47b1c722c918 (diff) | |
download | upstream-182a18a369ea76690ef5f068aad6cd1fe8a536a7.tar.gz upstream-182a18a369ea76690ef5f068aad6cd1fe8a536a7.tar.bz2 upstream-182a18a369ea76690ef5f068aad6cd1fe8a536a7.zip |
ar71xx: setup WLAN LED for the TL-WA901ND v2
Closes #11889.
SVN-Revision: 33202
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/leds | 4 |
1 files changed, 4 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 d94f024ffe..0f17f9b8d0 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -92,6 +92,10 @@ tl-wa901nd) ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0" ;; +tl-wa901nd-v2) + ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" + ;; + tl-wdr4300) ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1.1" ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "1-1.2" |