diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-13 10:03:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-13 10:03:41 +0000 |
commit | 7bdf5bf8b66d27c511c27ab42988819188d6adb8 (patch) | |
tree | 882251c2a4ff312dd7130f62f17019e5af4fa265 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | |
parent | 4cb2ca86abed9e265560f97b15b8b6f49db89a18 (diff) | |
download | upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.tar.gz upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.tar.bz2 upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-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 ebc89421d4..21f049f6f5 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" ;; |