summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-15 10:19:14 +0000
committerJohn Crispin <john@openwrt.org>2014-09-15 10:19:14 +0000
commitcb37fe5ca587868f4a909949c884e981bd90727b (patch)
treeaadfff4f2eb2af5a0b68fcba5d74aef8b7c1ec87 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent2c4c6d135b8d342cb257690ebe6729d325afc68c (diff)
downloadmaster-31e0f0ae-cb37fe5ca587868f4a909949c884e981bd90727b.tar.gz
master-31e0f0ae-cb37fe5ca587868f4a909949c884e981bd90727b.tar.bz2
master-31e0f0ae-cb37fe5ca587868f4a909949c884e981bd90727b.zip
ar71xx: add board support for ubnt loco m xw
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 42549
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..a7cbb80946 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -352,6 +352,9 @@ ar71xx_board_detect() {
*"Bullet M")
name="bullet-m"
;;
+ *"Loco M XW")
+ name="loco-m-xw"
+ ;;
*"Nanostation M")
name="nanostation-m"
;;