diff options
author | John Crispin <blogic@openwrt.org> | 2015-09-16 08:31:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-09-16 08:31:40 +0000 |
commit | eedc48444ef34b1a1a4c93a56a3f2609f5bb47cb (patch) | |
tree | 066231f934314f137a793d40766d0ba555677de3 /target/linux/ar71xx/base-files/lib | |
parent | 917e16bbfb63cf1cbc1a055515c553dc3d32f4df (diff) | |
download | master-187ad058-eedc48444ef34b1a1a4c93a56a3f2609f5bb47cb.tar.gz master-187ad058-eedc48444ef34b1a1a4c93a56a3f2609f5bb47cb.tar.bz2 master-187ad058-eedc48444ef34b1a1a4c93a56a3f2609f5bb47cb.zip |
ar71xx: Add UBNT airGateway Pro support
This patch adds kernel and userspace support for the Ubiquiti Networks airGateway Pro.
Signed-off-by: Matthew Reeve <mreeve at tenxnetworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46961 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9f41a2b7e8..d46aa27002 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -329,6 +329,9 @@ ar71xx_board_detect() { *"AirGateway") name="airgateway" ;; + *"AirGateway Pro") + name="airgatewaypro" + ;; *"AirRouter") name="airrouter" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b5ba47fb76..cad8b4333a 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -227,6 +227,7 @@ platform_check_image() { tew-732br | \ wrt400n | \ airgateway | \ + airgatewaypro | \ airrouter | \ bullet-m | \ loco-m-xw | \ |