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/721-MIPS-ath79-add-EAP300v2-support.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/721-MIPS-ath79-add-EAP300v2-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/721-MIPS-ath79-add-EAP300v2-support.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/ar71xx/patches-3.14/721-MIPS-ath79-add-EAP300v2-support.patch b/target/linux/ar71xx/patches-3.14/721-MIPS-ath79-add-EAP300v2-support.patch deleted file mode 100644 index 8d0dffbbee..0000000000 --- a/target/linux/ar71xx/patches-3.14/721-MIPS-ath79-add-EAP300v2-support.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -51,6 +51,7 @@ enum ath79_mach_type { - ATH79_MACH_ESR900, /* EnGenius ESR900 */ - ATH79_MACH_EW_DORIN, /* embedded wireless Dorin Platform */ - ATH79_MACH_EW_DORIN_ROUTER, /* embedded wireless Dorin Router Platform */ -+ ATH79_MACH_EAP300V2, /* EnGenius EAP300 v2 */ - ATH79_MACH_EAP7660D, /* Senao EAP7660D */ - ATH79_MACH_EL_M150, /* EasyLink EL-M150 */ - ATH79_MACH_EL_MINI, /* EasyLink EL-MINI */ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -396,6 +396,15 @@ config ATH79_MACH_GL_INET - select ATH79_DEV_USB - select ATH79_DEV_WMAC - -+config ATH79_MACH_EAP300V2 -+ bool "EnGenius EAP300 v2 support" -+ select SOC_AR934X -+ select ATH79_DEV_ETH -+ select ATH79_DEV_GPIO_BUTTONS -+ select ATH79_DEV_LEDS_GPIO -+ select ATH79_DEV_M25P80 -+ select ATH79_DEV_WMAC -+ - config ATH79_MACH_GS_OOLITE - bool "GS Oolite V1 support" - select SOC_AR933X ---- a/arch/mips/ath79/Makefile -+++ b/arch/mips/ath79/Makefile -@@ -63,6 +63,7 @@ obj-$(CONFIG_ATH79_MACH_DIR_825_C1) += m - obj-$(CONFIG_ATH79_MACH_DRAGINO2) += mach-dragino2.o - obj-$(CONFIG_ATH79_MACH_ESR900) += mach-esr900.o - obj-$(CONFIG_ATH79_MACH_EW_DORIN) += mach-ew-dorin.o -+obj-$(CONFIG_ATH79_MACH_EAP300V2) += mach-eap300v2.o - obj-$(CONFIG_ATH79_MACH_EAP7660D) += mach-eap7660d.o - obj-$(CONFIG_ATH79_MACH_EL_M150) += mach-el-m150.o - obj-$(CONFIG_ATH79_MACH_EL_MINI) += mach-el-mini.o |