From ed036155eefb67ea1a13ee5419d368d170dc1e2e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 15 Nov 2013 10:11:24 +0000 Subject: ar71xx: add user space support for the TL-WR842N/ND v2 Patch to add the user space support for the TL-WR842N/ND v2 Signed-off-by: Martijn Zilverschoon Patchwork: http://patchwork.openwrt.org/patch/4354/ Signed-off-by: Gabor Juhos SVN-Revision: 38814 --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds') 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 cde54f3909..95b30c1b68 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -229,7 +229,8 @@ tl-wr741nd-v4) ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; -tl-wr841n-v8) +tl-wr841n-v8 |\ +tl-wr842n-v2) 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" -- cgit v1.2.3