diff options
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch index 1ef47e6e98..eba0cbd4fe 100644 --- a/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.6/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 |