aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-12-15 21:34:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-12-15 21:34:19 +0000
commit3af206abb3ddf8bbbc2d057fd209d5870568d46b (patch)
treeb5f5dfe70cda6f954487de2803be358ff3553852 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentfd393c0b05d304e2ce4178a9cd7a9e9067532cc4 (diff)
downloadupstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.tar.gz
upstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.tar.bz2
upstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.zip
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
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d89f097a08..5f300df0e5 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -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"
;;