diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-17 12:28:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-17 12:28:02 +0000 |
commit | ff3f28265f2b963404c6705834eeddb93809c050 (patch) | |
tree | 5d13b337d6bb6e810868ad89267c06e83683b7ac /target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | |
parent | 8cd40b219e0b7224bed7ba3476d4b7f98dce7186 (diff) | |
download | mtk-20170518-ff3f28265f2b963404c6705834eeddb93809c050.zip mtk-20170518-ff3f28265f2b963404c6705834eeddb93809c050.tar.gz mtk-20170518-ff3f28265f2b963404c6705834eeddb93809c050.tar.bz2 |
ar71xx: add kernel support for the UniFi AP Pro
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34727
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index 1ef47e6..eba0cbd 100644 --- a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -16,19 +16,103 @@ +@@ -16,20 +16,104 @@ enum ath79_mach_type { ATH79_MACH_GENERIC = 0, @@ -82,6 +82,7 @@ ATH79_MACH_UBNT_ROCKET_M, /* Ubiquiti Rocket M */ + ATH79_MACH_UBNT_RSPRO, /* Ubiquiti RouterStation Pro */ + ATH79_MACH_UBNT_RS, /* Ubiquiti RouterStation */ + ATH79_MACH_UBNT_UAP_PRO, /* Ubiquiti UniFi AP Pro */ ATH79_MACH_UBNT_UNIFI, /* Ubiquiti Unifi */ ATH79_MACH_UBNT_UNIFI_OUTDOOR, /* Ubiquiti UnifiAP Outdoor */ ATH79_MACH_UBNT_XM, /* Ubiquiti Networks XM board rev 1.0 */ @@ -662,9 +663,9 @@ + select ATH79_DEV_USB + config ATH79_MACH_UBNT_XM - bool "Ubiquiti Networks XM (rev 1.0) board" + bool "Ubiquiti Networks XM/UniFi boards" select SOC_AR724X -@@ -80,6 +610,24 @@ config ATH79_MACH_UBNT_XM +@@ -82,6 +612,24 @@ config ATH79_MACH_UBNT_XM Say 'Y' here if you want your kernel to support the Ubiquiti Networks XM (rev 1.0) board. @@ -689,7 +690,7 @@ endmenu config SOC_AR71XX -@@ -115,10 +663,6 @@ config SOC_QCA955X +@@ -117,10 +665,6 @@ config SOC_QCA955X select PCI_AR724X if PCI def_bool n @@ -700,7 +701,7 @@ config ATH79_DEV_AP9X_PCI select ATH79_PCI_ATH9K_FIXUP def_bool n -@@ -129,7 +673,14 @@ config ATH79_DEV_DSA +@@ -131,7 +675,14 @@ config ATH79_DEV_DSA config ATH79_DEV_ETH def_bool n @@ -716,7 +717,7 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -161,4 +712,7 @@ config ATH79_PCI_ATH9K_FIXUP +@@ -163,4 +714,7 @@ config ATH79_PCI_ATH9K_FIXUP config ATH79_ROUTERBOOT def_bool n |