diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-21 12:42:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-21 12:42:13 +0000 |
commit | 789949fe69f6540ef3cca716eb34d2a6ea21c188 (patch) | |
tree | 2f0fa600e0bb52bc338ae1dca2534aee67ded570 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 9ff605294a6074e2a4361854922fac3f8a1e166e (diff) | |
download | master-187ad058-789949fe69f6540ef3cca716eb34d2a6ea21c188.tar.gz master-187ad058-789949fe69f6540ef3cca716eb34d2a6ea21c188.tar.bz2 master-187ad058-789949fe69f6540ef3cca716eb34d2a6ea21c188.zip |
Add support for Ubiquiti Rocket M XW devices
This patch adds support for the XW version of the Rocket M series devices
manufactured by Ubiquiti, based on the Atheros AR9342 SoC.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 c796224236..645c5d9a50 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -621,6 +621,9 @@ ar71xx_board_detect() { *"Rocket M") name="rocket-m" ;; + *"Rocket M XW") + name="rocket-m-xw" + ;; *RouterStation) name="routerstation" ;; |