diff options
author | John Crispin <john@openwrt.org> | 2015-02-24 12:00:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-24 12:00:50 +0000 |
commit | 9358a8a798609a89e99fa002641164a918a7e3ac (patch) | |
tree | 82d5c15ea95368ad66c7e6de74212210b8237df9 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 7c24d8627f61f0649d5497f6bce1801b7fc255ff (diff) | |
download | upstream-9358a8a798609a89e99fa002641164a918a7e3ac.tar.gz upstream-9358a8a798609a89e99fa002641164a918a7e3ac.tar.bz2 upstream-9358a8a798609a89e99fa002641164a918a7e3ac.zip |
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 <hfrenzel@scunc.net>
SVN-Revision: 44526
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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" ;; |