1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 17:39:30 +03:00

ar71xx: user space support for the TL-WA7510N

[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]

Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-11-13 14:48:01 +00:00
parent bb2ac88d1e
commit 1926c88986
2 changed files with 4 additions and 0 deletions

View File

@ -342,6 +342,9 @@ ar71xx_board_detect() {
*TL-MR3420)
name="tl-mr3420"
;;
*TL-WA7510N)
name="tl-wa7510n"
;;
*TL-WA901ND)
name="tl-wa901nd"
;;

View File

@ -150,6 +150,7 @@ platform_check_image() {
tl-mr3040 | \
tl-mr3220 | \
tl-mr3420 | \
tl-wa7510n | \
tl-wa901nd | \
tl-wa901nd-v2 | \
tl-wdr4300 | \