summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-11 08:04:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-11 08:04:47 +0000
commitd4cc7aac4b2113cc9a757cc1e9a5c6390005329e (patch)
tree40df385e9a54df069ea89cf2782de1e868624869 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parent79163c8919d344bc1fa0f84c9883fd02148c4c1c (diff)
downloadmaster-31e0f0ae-d4cc7aac4b2113cc9a757cc1e9a5c6390005329e.tar.gz
master-31e0f0ae-d4cc7aac4b2113cc9a757cc1e9a5c6390005329e.tar.bz2
master-31e0f0ae-d4cc7aac4b2113cc9a757cc1e9a5c6390005329e.zip
ar71xx: add user space support for the TL-WA750RE/WA850RE Range extender
Patch to add user space support for the TL-WA750RE/WA850RE range extender Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38718
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds10
1 files changed, 10 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 235a47578b..cde54f3909 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -177,6 +177,16 @@ tl-mr3420-v2)
ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
;;
+tl-wa750re)
+ ucidef_set_led_netdev "lan" "LAN" "tp-link:orange:lan" "eth0"
+ ucidef_set_led_wlan "wlan" "WLAN" "tp-link:orange:wlan" "phy0tpt"
+ ;;
+
+tl-wa850re)
+ ucidef_set_led_netdev "lan" "LAN" "tp-link:blue:lan" "eth0"
+ ucidef_set_led_wlan "wlan" "WLAN" "tp-link:blue:wlan" "phy0tpt"
+ ;;
+
tl-wa901nd)
ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
;;