diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-30 19:48:05 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-30 19:48:05 +0000 |
commit | f51d78f4f2e91658985288b95f572da9b7a021ae (patch) | |
tree | 3eecb2d25d60d1a53ea457a4809c9d843a0f9131 /target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch | |
parent | 9c4c620a11b4522c55cf4dcb641867d4561f2a51 (diff) | |
download | mtk-20170518-f51d78f4f2e91658985288b95f572da9b7a021ae.zip mtk-20170518-f51d78f4f2e91658985288b95f572da9b7a021ae.tar.gz mtk-20170518-f51d78f4f2e91658985288b95f572da9b7a021ae.tar.bz2 |
ar71xx: merge board specific patches into one
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38971
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch b/target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch deleted file mode 100644 index cc852e6..0000000 --- a/target/linux/ar71xx/patches-3.10/629-MIPS-ath79-add-dragino2-support.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -305,6 +305,16 @@ config ATH79_MACH_DIR_825_C1 - select ATH79_DEV_USB - select ATH79_DEV_WMAC - -+config ATH79_MACH_DRAGINO2 -+ bool "DRAGINO V2 support" -+ select SOC_AR933X -+ select ATH79_DEV_M25P80 -+ select ATH79_DEV_GPIO_BUTTONS -+ select ATH79_DEV_LEDS_GPIO -+ select ATH79_DEV_WMAC -+ select ATH79_DEV_ETH -+ select ATH79_DEV_USB -+ - config ATH79_MACH_EW_DORIN - bool "embedded wireless Dorin Platform support" - select SOC_AR933X ---- a/arch/mips/ath79/Makefile -+++ b/arch/mips/ath79/Makefile -@@ -58,6 +58,7 @@ obj-$(CONFIG_ATH79_MACH_DIR_600_A1) += m - obj-$(CONFIG_ATH79_MACH_DIR_615_C1) += mach-dir-615-c1.o - obj-$(CONFIG_ATH79_MACH_DIR_825_B1) += mach-dir-825-b1.o - obj-$(CONFIG_ATH79_MACH_DIR_825_C1) += mach-dir-825-c1.o -+obj-$(CONFIG_ATH79_MACH_DRAGINO2) += mach-dragino2.o - obj-$(CONFIG_ATH79_MACH_EW_DORIN) += mach-ew-dorin.o - obj-$(CONFIG_ATH79_MACH_EAP7660D) += mach-eap7660d.o - obj-$(CONFIG_ATH79_MACH_JA76PF) += mach-ja76pf.o ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -44,6 +44,7 @@ enum ath79_mach_type { - ATH79_MACH_DIR_825_B1, /* D-Link DIR-825 rev. B1 */ - ATH79_MACH_DIR_825_C1, /* D-Link DIR-825 rev. C1 */ - ATH79_MACH_DIR_835_A1, /* D-Link DIR-835 rev. A1 */ -+ ATH79_MACH_DRAGINO2, /* Dragino Version 2 */ - ATH79_MACH_EW_DORIN, /* embedded wireless Dorin Platform */ - ATH79_MACH_EW_DORIN_ROUTER, /* embedded wireless Dorin Router Platform */ - ATH79_MACH_EAP7660D, /* Senao EAP7660D */ |