From 9358a8a798609a89e99fa002641164a918a7e3ac Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Feb 2015 12:00:50 +0000 Subject: ar71xx: TL-WA7210n v2 support This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by: Hendrik Frenzel SVN-Revision: 44526 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 6247f86fb0..52acc6b39e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -130,6 +130,9 @@ tplink_board_detect() { "075000"*) model="TP-Link TL-WA750RE" ;; + "721000"*) + model="TP-Link TL-WA7210N" + ;; "751000"*) model="TP-Link TL-WA7510N" ;; @@ -651,6 +654,9 @@ ar71xx_board_detect() { *"TL-WA701ND v2") name="tl-wa701nd-v2" ;; + *"TL-WA7210N v2") + name="tl-wa7210n-v2" + ;; *TL-WA750RE) name="tl-wa750re" ;; -- cgit v1.2.3