diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-04 20:16:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-04 20:16:05 +0000 |
commit | 02a85dfd85a55732811664ac7d15e415b88881d8 (patch) | |
tree | 697ac296d02de8421be9f55ebc05b11131cc1272 /target/linux/ar71xx/base-files/etc/uci-defaults/leds | |
parent | 196c6c5b4500693cfd48a07db2bf22c3d728d717 (diff) | |
download | mtk-20170518-02a85dfd85a55732811664ac7d15e415b88881d8.zip mtk-20170518-02a85dfd85a55732811664ac7d15e415b88881d8.tar.gz mtk-20170518-02a85dfd85a55732811664ac7d15e415b88881d8.tar.bz2 |
ar71xx: user-space support for TL-WR841N/ND v8
SVN-Revision: 33622
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/leds')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/leds | 9 |
1 files changed, 9 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 e776fbf..cb4b682 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -136,6 +136,15 @@ tl-wr741nd-v4) ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; +tl-wr841n-v8) + ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0" + ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04" + ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08" + ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10" + ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02" + ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" + ;; + tl-wr941nd | \ tl-wr1041n-v2) ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" |