diff options
author | John Crispin <john@openwrt.org> | 2014-07-13 10:03:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-13 10:03:41 +0000 |
commit | 9e26031a8897eac44c16445f83729ba972fd95a7 (patch) | |
tree | 1b2c39efb8e0a7d40586e2597f2f2f10104e5dc6 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 1475263d5c53e6723fb757214e4cac10abd60913 (diff) | |
download | mtk-20170518-9e26031a8897eac44c16445f83729ba972fd95a7.zip mtk-20170518-9e26031a8897eac44c16445f83729ba972fd95a7.tar.gz mtk-20170518-9e26031a8897eac44c16445f83729ba972fd95a7.tar.bz2 |
ar71xx: add support for TP-LINK TL-WA860RE v1
New router/repeater from TP-LINK
- CPU: Atheros AR9341-DL3A (AP123)
- Flash: 4MB
- Ram: 32MB
Similar to TL-WA850RE.
Changes: rename file after r41596
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 41598
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 |
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 ebc8942..21f049f 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -234,6 +234,11 @@ tl-wa850re) ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:blue:signal5" "wlan0" "80" "100" "-79" "13" ;; +tl-wa860re) + ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0" + ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" + ;; + tl-wa901nd) ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0" ;; |