aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-21 12:42:13 +0000
committerJohn Crispin <john@openwrt.org>2015-04-21 12:42:13 +0000
commita34db67857c13a8d05dca71721f3fba7b961e034 (patch)
tree8d6f425544bc2b9c7ec28c7dbc6817133769e38d /target/linux/ar71xx/base-files/lib
parent8a777768a8fa405be605b41104cb4f2abad1829d (diff)
downloadupstream-a34db67857c13a8d05dca71721f3fba7b961e034.tar.gz
upstream-a34db67857c13a8d05dca71721f3fba7b961e034.tar.bz2
upstream-a34db67857c13a8d05dca71721f3fba7b961e034.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> SVN-Revision: 45553
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
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 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"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 1c349fe67d..a8cec916a2 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -225,6 +225,7 @@ platform_check_image() {
loco-m-xw | \
nanostation-m | \
rocket-m | \
+ rocket-m-xw | \
nanostation-m-xw | \
rw2458n | \
wndap360 | \