diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-06 11:12:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-06 11:12:01 +0000 |
commit | e3713770f9f974d6cf3761922b1392406aa166d1 (patch) | |
tree | 5ef76389565b0983f0060b0207246849c8e90e94 /target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch | |
parent | e08bd5af5b8de69c9da38cd1e1ff8d72eba1be92 (diff) | |
download | upstream-e3713770f9f974d6cf3761922b1392406aa166d1.tar.gz upstream-e3713770f9f974d6cf3761922b1392406aa166d1.tar.bz2 upstream-e3713770f9f974d6cf3761922b1392406aa166d1.zip |
ar71xx: merge new board patches into the generic patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32637 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch b/target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch deleted file mode 100644 index 5f8efa61b2..0000000000 --- a/target/linux/ar71xx/patches-3.3/616-MIPS-ath79-EW_Dorin-support.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -252,6 +252,18 @@ config ATH79_MACH_DIR_825_B1 - select ATH79_DEV_M25P80 - select ATH79_DEV_USB - -+config ATH79_MACH_EW_DORIN -+ bool "embedded wireless Dorin Platform 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 -+ help -+ Say 'Y' here if you want your kernel to support the -+ Dorin Platform from www.80211.de . -+ - config ATH79_MACH_JA76PF - bool "jjPlus JA76PF board support" - select SOC_AR71XX ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -33,6 +33,7 @@ enum ath79_mach_type { - ATH79_MACH_DIR_615_C1, /* D-Link DIR-615 rev. C1 */ - ATH79_MACH_DIR_615_E4, /* D-Link DIR-615 rev. E4 */ - ATH79_MACH_DIR_825_B1, /* D-Link DIR-825 rev. B1 */ -+ ATH79_MACH_EW_DORIN, /* embedded wireless Dorin Platform */ - ATH79_MACH_EAP7660D, /* Senao EAP7660D */ - ATH79_MACH_JA76PF, /* jjPlus JA76PF */ - ATH79_MACH_JA76PF2, /* jjPlus JA76PF2 */ ---- a/arch/mips/ath79/Makefile -+++ b/arch/mips/ath79/Makefile -@@ -50,6 +50,7 @@ obj-$(CONFIG_ATH79_MACH_DB120) += mach- - obj-$(CONFIG_ATH79_MACH_DIR_600_A1) += mach-dir-600-a1.o - 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_EW_DORIN) += mach-ew-dorin.o - obj-$(CONFIG_ATH79_MACH_EAP7660D) += mach-eap7660d.o - obj-$(CONFIG_ATH79_MACH_JA76PF) += mach-ja76pf.o - obj-$(CONFIG_ATH79_MACH_JWAP003) += mach-jwap003.o |