diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-07 20:53:16 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-07 20:53:16 +0000 |
commit | fcfbbfc3859723dbc27dcf211d0e12eef30f38f8 (patch) | |
tree | 6cd1577daa7bdad989f0eb693e393d3af74c084a /target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch | |
parent | 71f96048e6e19ba5b7b7972013b3136fd9a99090 (diff) | |
download | upstream-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.tar.gz upstream-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.tar.bz2 upstream-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.zip |
ar71xx: merge board specific patches into one
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44309
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch b/target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch deleted file mode 100644 index 1a10a7a8b1..0000000000 --- a/target/linux/ar71xx/patches-3.14/730-MIPS-ath79-add-DHP-1565A1.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -40,6 +40,7 @@ enum ath79_mach_type { - ATH79_MACH_CPE510, /* TP-LINK CPE510 */ - ATH79_MACH_DB120, /* Atheros DB120 reference board */ - ATH79_MACH_PB44, /* Atheros PB44 reference board */ -+ ATH79_MACH_DHP_1565_A1, /* D-Link DHP-1565 rev. A1 */ - ATH79_MACH_DIR_505_A1, /* D-Link DIR-505 rev. A1 */ - ATH79_MACH_DIR_600_A1, /* D-Link DIR-600 rev. A1 */ - ATH79_MACH_DIR_615_C1, /* D-Link DIR-615 rev. C1 */ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -293,6 +293,17 @@ config ATH79_MACH_WPE72 - select ATH79_DEV_USB - select MYLOADER - -+config ATH79_MACH_DHP_1565_A1 -+ bool "D-Link DHP-1565 rev. A1 board support" -+ select SOC_AR934X -+ select ATH79_DEV_AP9X_PCI if PCI -+ select ATH79_DEV_ETH -+ select ATH79_DEV_GPIO_BUTTONS -+ select ATH79_DEV_LEDS_GPIO -+ select ATH79_DEV_M25P80 -+ select ATH79_DEV_USB -+ select ATH79_DEV_WMAC -+ - config ATH79_MACH_DIR_505_A1 - bool "D-Link DIR-505-A1 support" - select SOC_AR933X ---- a/arch/mips/ath79/Makefile -+++ b/arch/mips/ath79/Makefile -@@ -55,6 +55,7 @@ obj-$(CONFIG_ATH79_MACH_BHU_BXU2000N2_A) - obj-$(CONFIG_ATH79_MACH_CAP4200AG) += mach-cap4200ag.o - obj-$(CONFIG_ATH79_MACH_CPE510) += mach-cpe510.o - obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o -+obj-$(CONFIG_ATH79_MACH_DHP_1565_A1) += mach-dhp-1565-a1.o - obj-$(CONFIG_ATH79_MACH_DIR_505_A1) += mach-dir-505-a1.o - obj-$(CONFIG_ATH79_MACH_DIR_600_A1) += mach-dir-600-a1.o - obj-$(CONFIG_ATH79_MACH_DIR_615_C1) += mach-dir-615-c1.o |