aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-04 23:31:39 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-04 23:31:39 +0000
commitecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17 (patch)
tree028e7fe2ba02cd47c8c0f17777d773363ef623be /target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch
parentde17203c855d17916e167d2889e3141f3f69dbb7 (diff)
downloadupstream-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.tar.gz
upstream-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.tar.bz2
upstream-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.zip
ar71xx: merge patches [611-*,621-*] into 610-*
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37176
Diffstat (limited to 'target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch')
-rw-r--r--target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch b/target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch
deleted file mode 100644
index 5628e984c9..0000000000
--- a/target/linux/ar71xx/patches-3.8/620-MIPS-ath79-add-Archer-C7-support.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/arch/mips/ath79/Kconfig
-+++ b/arch/mips/ath79/Kconfig
-@@ -495,6 +495,16 @@ config ATH79_MACH_EAP7660D
- select ATH79_DEV_LEDS_GPIO
- select ATH79_DEV_M25P80
-
-+config ATH79_MACH_ARCHER_C7
-+ bool "TP-LINK Archer C7 board support"
-+ select SOC_QCA955X
-+ select ATH79_DEV_ETH
-+ select ATH79_DEV_GPIO_BUTTONS
-+ select ATH79_DEV_LEDS_GPIO
-+ select ATH79_DEV_SPI
-+ select ATH79_DEV_USB
-+ select ATH79_DEV_WMAC
-+
- config ATH79_MACH_TL_MR11U
- bool "TP-LINK TL-MR11U/TL-MR3040 support"
- select SOC_AR933X
---- a/arch/mips/ath79/machtypes.h
-+++ b/arch/mips/ath79/machtypes.h
-@@ -31,6 +31,7 @@ enum ath79_mach_type {
- ATH79_MACH_AP81, /* Atheros AP81 reference board */
- ATH79_MACH_AP83, /* Atheros AP83 */
- ATH79_MACH_AP96, /* Atheros AP96 */
-+ ATH79_MACH_ARCHER_C7, /* TP-LINK Archer C7 board */
- ATH79_MACH_AW_NR580, /* AzureWave AW-NR580 */
- ATH79_MACH_CAP4200AG, /* Senao CAP4200AG */
- ATH79_MACH_DB120, /* Atheros DB120 reference board */
---- a/arch/mips/ath79/Makefile
-+++ b/arch/mips/ath79/Makefile
-@@ -49,6 +49,7 @@ obj-$(CONFIG_ATH79_MACH_AP136) += mach-
- obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o
- obj-$(CONFIG_ATH79_MACH_AP83) += mach-ap83.o
- obj-$(CONFIG_ATH79_MACH_AP96) += mach-ap96.o
-+obj-$(CONFIG_ATH79_MACH_ARCHER_C7) += mach-archer-c7.o
- obj-$(CONFIG_ATH79_MACH_AW_NR580) += mach-aw-nr580.o
- obj-$(CONFIG_ATH79_MACH_CAP4200AG) += mach-cap4200ag.o
- obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o