aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-12-15 20:39:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-12-15 20:39:11 +0000
commitd86bf8e3a74dd0bae15ab9a1be120a52e6a73737 (patch)
treec7ffba9a124e0f2c804bf32fe0fe9e3c3102e5f4 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parent0fe62b83a57a67c510f94b7a131cfe3b939aad3f (diff)
downloadmaster-187ad058-d86bf8e3a74dd0bae15ab9a1be120a52e6a73737.tar.gz
master-187ad058-d86bf8e3a74dd0bae15ab9a1be120a52e6a73737.tar.bz2
master-187ad058-d86bf8e3a74dd0bae15ab9a1be120a52e6a73737.zip
ar71xx: add user space support for the TL-WA801ND v2
Patch to add the user space support for the TL-WA801ND v2 Signed-off-by: Jiri Pirko <jiri@resnulli.us> Patchwork: http://patchwork.openwrt.org/patch/4501/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds5
1 files changed, 5 insertions, 0 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 5a96f33ece..c8e8336f07 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -260,6 +260,11 @@ tl-wr842n-v2)
ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
;;
+tl-wa801nd-v2)
+ ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
+ 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"