aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-16 08:31:40 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-16 08:31:40 +0000
commiteedc48444ef34b1a1a4c93a56a3f2609f5bb47cb (patch)
tree066231f934314f137a793d40766d0ba555677de3 /target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch
parent917e16bbfb63cf1cbc1a055515c553dc3d32f4df (diff)
downloadmaster-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/patches-4.1/700-MIPS-ath79-openwrt-machines.patch')
-rw-r--r--target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch
index 93f51951ae..020bdfeffc 100644
--- a/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch
+++ b/target/linux/ar71xx/patches-4.1/700-MIPS-ath79-openwrt-machines.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/ath79/machtypes.h
+++ b/arch/mips/ath79/machtypes.h
-@@ -16,24 +16,208 @@
+@@ -16,24 +16,209 @@
enum ath79_mach_type {
ATH79_MACH_GENERIC = 0,
@@ -160,6 +160,7 @@
+ ATH79_MACH_TL_WR941ND_V5, /* TP-LINK TL-WR941ND v5 */
+ ATH79_MACH_TUBE2H, /* Alfa Network Tube2H */
+ ATH79_MACH_UBNT_AIRGW, /* Ubiquiti AirGateway */
++ ATH79_MACH_UBNT_AIRGWP, /* Ubiquiti AirGateway Pro */
ATH79_MACH_UBNT_AIRROUTER, /* Ubiquiti AirRouter */
ATH79_MACH_UBNT_BULLET_M, /* Ubiquiti Bullet M */
+ ATH79_MACH_UBNT_LOCO_M_XW, /* Ubiquiti Loco M XW */