diff options
author | John Crispin <john@openwrt.org> | 2014-09-15 10:19:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-15 10:19:14 +0000 |
commit | cb37fe5ca587868f4a909949c884e981bd90727b (patch) | |
tree | aadfff4f2eb2af5a0b68fcba5d74aef8b7c1ec87 /target/linux/ar71xx/base-files/lib | |
parent | 2c4c6d135b8d342cb257690ebe6729d325afc68c (diff) | |
download | upstream-cb37fe5ca587868f4a909949c884e981bd90727b.tar.gz upstream-cb37fe5ca587868f4a909949c884e981bd90727b.tar.bz2 upstream-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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 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" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 846954cf1f..d1617bfb44 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -190,6 +190,7 @@ platform_check_image() { airgateway | \ airrouter | \ bullet-m | \ + loco-m-xw | \ nanostation-m | \ rocket-m | \ nanostation-m-xw | \ |