2
0
forked from Ivasoft/openwrt

ar71xx: Added support for TL-WA801NDv3

Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>

SVN-Revision: 48705
This commit is contained in:
John Crispin
2016-02-12 08:30:28 +00:00
parent 8c7aa9b6e1
commit d6cb792d21
9 changed files with 166 additions and 4 deletions

View File

@@ -370,7 +370,8 @@ cap324)
ucidef_set_interface_lan "eth0" "dhcp"
;;
arduino-yun | \
arduino-yun |\
tl-wa801nd-v3 |\
dir-505-a1)
ucidef_set_interface_lan "eth1"
;;

View File

@@ -824,6 +824,9 @@ ar71xx_board_detect() {
*"TL-WA801ND v2")
name="tl-wa801nd-v2"
;;
*"TL-WA801ND v3")
name="tl-wa801nd-v3"
;;
*TL-WA901ND)
name="tl-wa901nd"
;;