diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:26:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:26:46 +0000 |
commit | 5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5 (patch) | |
tree | a8d8d3656fc242a86861e56af0d92d64e77f1ab0 /target/linux/ar71xx/base-files/etc/board.d | |
parent | d9799dea89ea1da5bbc0c9146a2e1ae5e54bd742 (diff) | |
download | mtk-20170518-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.zip mtk-20170518-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.tar.gz mtk-20170518-5f1a82ec4ffebc668a739d2a2fb72da8dbbeaaa5.tar.bz2 |
ar71xx: add TP-Link TL-WA901ND-v4 support
Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>
SVN-Revision: 49158
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/01_leds | 5 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index ab19a61..b2469bf 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -626,6 +626,11 @@ tl-wa901nd-v3) ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" ;; +tl-wa901nd-v4) + 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" diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index c6a2014..8fdfa07 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -364,6 +364,7 @@ tl-wa801nd-v2 |\ tl-wa901nd |\ tl-wa901nd-v2 |\ tl-wa901nd-v3 |\ +tl-wa901nd-v4 |\ tl-wr703n |\ tube2h |\ unifiac |\ |