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
commit4131b6267cdfc8793afef50933ed85fbd70ecb25 (patch)
tree56f43bcf4d10b9fc80ceae817e466f9d51328b66 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent3d3252ab72db7f46f93b0a5f2a98b0cf5bfadfc9 (diff)
downloadmaster-187ad058-4131b6267cdfc8793afef50933ed85fbd70ecb25.tar.gz
master-187ad058-4131b6267cdfc8793afef50933ed85fbd70ecb25.tar.bz2
master-187ad058-4131b6267cdfc8793afef50933ed85fbd70ecb25.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39074 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"
;;