From fecdb0e77270af3c67565d5b450cec3a8583a45b Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 18 Feb 2015 03:15:41 +0100 Subject: [PATCH] ar71xx/sysmocom: fix build of sysmocom board sysmocom boards wasn't build because they aren't included by a Makefile --- target/linux/ar71xx/patches-3.10/999-sysmocom.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/ar71xx/patches-3.10/999-sysmocom.patch b/target/linux/ar71xx/patches-3.10/999-sysmocom.patch index c6a8243..d8e6f5a 100644 --- a/target/linux/ar71xx/patches-3.10/999-sysmocom.patch +++ b/target/linux/ar71xx/patches-3.10/999-sysmocom.patch @@ -32,3 +32,12 @@ Index: linux-3.10.49/arch/mips/ath79/Kconfig config ATH79_MACH_BHU_BXU2000N2_A bool "BHU BXU2000n-2 rev. A support" select SOC_AR934X +Index: linux-3.10.49/arch/mips/ath79/Makefile +=================================================================== +--- linux-3.10.49.orig/arch/mips/ath79/Makefile ++++ linux-3.10.49/arch/mips/ath79/Makefile +@@ -143,3 +143,4 @@ obj-$(CONFIG_ATH79_MACH_WZR_HP_G450H) += + obj-$(CONFIG_ATH79_MACH_ZCN_1523H) += mach-zcn-1523h.o + obj-$(CONFIG_ATH79_MACH_CARAMBOLA2) += mach-carambola2.o + obj-$(CONFIG_ATH79_MACH_NBG6716) += mach-nbg6716.o ++obj-$(CONFIG_ATH79_MACH_SYSMOCOM) += mach-sysmocom.o