aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-10-29 00:32:16 +0200
committerGitHub <noreply@github.com>2016-10-29 00:32:16 +0200
commit0f757bd2606971252f901ef3faf4dbd0086315f7 (patch)
tree0bf6ca3e7a35fd3e9cb28dc5759cfea98961a5de /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parentc4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731 (diff)
parentf98117a065f05ddd1ab3d082fc7aea67f98cbd05 (diff)
downloadupstream-0f757bd2606971252f901ef3faf4dbd0086315f7.tar.gz
upstream-0f757bd2606971252f901ef3faf4dbd0086315f7.tar.bz2
upstream-0f757bd2606971252f901ef3faf4dbd0086315f7.zip
Merge pull request #158 from Shalzz/chaos_calmer
CC: ar71xx: backport LED fix for TL-WR841N-v11
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/01_leds3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
index b6986e12f9..f4d523418c 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -499,7 +499,8 @@ tl-wa830re-v2)
ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
;;
-tl-wr841n-v9)
+tl-wr841n-v9) | \
+tl-wr841n-v11)
ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10"
ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"