ar71xx: add user-space support for the TP-Link TL-WA901ND v3 board

Based-on: http://patchwork.openwrt.org/patch/4508/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39074
This commit is contained in:
Gabor Juhos
2013-12-15 21:34:19 +00:00
parent fd393c0b05
commit 3af206abb3
5 changed files with 8 additions and 1 deletions

View File

@@ -480,6 +480,9 @@ ar71xx_board_detect() {
*"TL-WA901ND v2")
name="tl-wa901nd-v2"
;;
*"TL-WA901ND v3")
name="tl-wa901nd-v3"
;;
*"TL-WDR3500")
name="tl-wdr3500"
;;

View File

@@ -217,6 +217,7 @@ platform_check_image() {
tl-wa801nd-v2 | \
tl-wa901nd | \
tl-wa901nd-v2 | \
tl-wa901nd-v3 | \
tl-wdr3500 | \
tl-wdr4300 | \
tl-wr703n | \