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