aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-11 21:12:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-11 21:12:14 +0000
commit0b6271faf475a74cdd5b9d0c19ebba5298b4de8c (patch)
tree55ef1ec0cf796df343b60ca63600f8241aeee296 /target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch
parent0186d4c2c25ea7ab534fe32912d3838cdce31629 (diff)
downloadupstream-0b6271faf475a74cdd5b9d0c19ebba5298b4de8c.tar.gz
upstream-0b6271faf475a74cdd5b9d0c19ebba5298b4de8c.tar.bz2
upstream-0b6271faf475a74cdd5b9d0c19ebba5298b4de8c.zip
ar71xx: reorganize target patches/files to make it possible to add boards without adding patch files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47874
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch')
-rw-r--r--target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch b/target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch
deleted file mode 100644
index 6524ba82e4..0000000000
--- a/target/linux/ar71xx/patches-4.1/913-MIPS-ath79-add-domino-support.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/arch/mips/ath79/Kconfig
-+++ b/arch/mips/ath79/Kconfig
-@@ -606,6 +606,16 @@ config ATH79_MACH_GL_AR300
- select ATH79_DEV_USB
- select ATH79_DEV_WMAC
-
-+config ATH79_MACH_GL_DOMINO
-+ bool "DOMINO support"
-+ select SOC_AR933X
-+ 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_GL_INET
- bool "GL-INET support"
- select SOC_AR933X
---- a/arch/mips/ath79/Makefile
-+++ b/arch/mips/ath79/Makefile
-@@ -86,6 +86,7 @@ obj-$(CONFIG_ATH79_MACH_ESR1750) += mach
- obj-$(CONFIG_ATH79_MACH_F9K1115V2) += mach-f9k1115v2.o
- obj-$(CONFIG_ATH79_MACH_GL_AR150) += mach-gl-ar150.o
- obj-$(CONFIG_ATH79_MACH_GL_AR300) += mach-gl-ar300.o
-+obj-$(CONFIG_ATH79_MACH_GL_DOMINO) += mach-gl-domino.o
- obj-$(CONFIG_ATH79_MACH_GL_INET) += mach-gl-inet.o
- obj-$(CONFIG_ATH79_MACH_GS_MINIBOX_V1) += mach-gs-minibox-v1.o
- obj-$(CONFIG_ATH79_MACH_GS_OOLITE) += mach-gs-oolite.o
---- a/arch/mips/ath79/machtypes.h
-+++ b/arch/mips/ath79/machtypes.h
-@@ -75,6 +75,7 @@ enum ath79_mach_type {
- ATH79_MACH_F9K1115V2, /* Belkin AC1750DB */
- ATH79_MACH_GL_AR150, /* GL-AR150 support */
- ATH79_MACH_GL_AR300, /* GL-AR300 */
-+ ATH79_MACH_GL_DOMINO, /* Domino */
- ATH79_MACH_GL_INET, /* GL-CONNECT GL-INET */
- ATH79_MACH_GS_MINIBOX_V1, /* Gainstrong MiniBox V1.0 */
- ATH79_MACH_GS_OOLITE, /* GS OOLITE V1.0 */