aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-20 15:49:04 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-20 15:49:04 +0000
commita010afafec157d9d7bdfc6d553ec864d0d40d557 (patch)
treec9c614132f2c00a0981c85d3e9402aebf55aa4db /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentd1972e67a1a700f5973dc5c68df7c8ff5ff01a8d (diff)
downloadupstream-a010afafec157d9d7bdfc6d553ec864d0d40d557.tar.gz
upstream-a010afafec157d9d7bdfc6d553ec864d0d40d557.tar.bz2
upstream-a010afafec157d9d7bdfc6d553ec864d0d40d557.zip
ar71xx: add support for TL-WA701ND v2
Signed-off-by: Luigi Tarenga <luigi.tarenga@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@44064 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 1e96b6dd44..df35775125 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -571,6 +571,9 @@ ar71xx_board_detect() {
*"TL-MR3420 v2")
name="tl-mr3420-v2"
;;
+ *"TL-WA701ND v2")
+ name="tl-wa701nd-v2"
+ ;;
*TL-WA750RE)
name="tl-wa750re"
;;