diff options
author | John Crispin <john@openwrt.org> | 2014-07-20 17:30:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-20 17:30:17 +0000 |
commit | d19530c69337ad0b378d8d74ae7fa6185c95aeb6 (patch) | |
tree | b225aa31d0c0c21eb6613118ee64150fa498bf5d /target/linux/ar71xx/base-files/lib | |
parent | e23f27b72d3dc4966ff1a218c4426d96b96366ff (diff) | |
download | mtk-20170518-d19530c69337ad0b378d8d74ae7fa6185c95aeb6.zip mtk-20170518-d19530c69337ad0b378d8d74ae7fa6185c95aeb6.tar.gz mtk-20170518-d19530c69337ad0b378d8d74ae7fa6185c95aeb6.tar.bz2 |
ar71xx: Add UBNT airGateway support
This patch adds support for the Ubiquiti Networks airGateway.
Based in part on code posted by David Hutchison <dhutchison@bluemesh.net> on openwrt-devel:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-December/023035.html
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
SVN-Revision: 41766
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 23cee9a..ef7240e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -229,6 +229,9 @@ ar71xx_board_detect() { *"Oolite V1.0") name="oolite" ;; + *"AirGateway") + name="airgateway" + ;; *"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 fe627ab..e25410b 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -186,6 +186,7 @@ platform_check_image() { tew-712br | \ tew-732br | \ wrt400n | \ + airgateway | \ airrouter | \ bullet-m | \ nanostation-m | \ |