aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-14 07:38:43 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-14 07:38:43 +0000
commitdacbe3a582c590c2a4aaa32913e41ad459a71f8e (patch)
tree19f0c700553d7af184528a7b5a4c24d897abd9b0 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent06f7becd183b17939bd136666ba2fc0632450c55 (diff)
downloadmaster-187ad058-dacbe3a582c590c2a4aaa32913e41ad459a71f8e.tar.gz
master-187ad058-dacbe3a582c590c2a4aaa32913e41ad459a71f8e.tar.bz2
master-187ad058-dacbe3a582c590c2a4aaa32913e41ad459a71f8e.zip
ar71xx: add support for nanostation m xw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41636 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 b2ce50620a..cce8d25830 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -340,6 +340,9 @@ ar71xx_board_detect() {
*"Nanostation M")
name="nanostation-m"
;;
+ *"Nanostation M XW")
+ name="nanostation-m-xw"
+ ;;
*JWAP003)
name="jwap003"
;;