diff --git a/target/linux/generic-2.6/patches-2.6.31/032-mips_vmlinux_lds.patch b/target/linux/generic-2.6/patches-2.6.31/032-mips_vmlinux_lds.patch deleted file mode 100644 index 807a9444f..000000000 --- a/target/linux/generic-2.6/patches-2.6.31/032-mips_vmlinux_lds.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/mips/kernel/Makefile -+++ b/arch/mips/kernel/Makefile -@@ -4,6 +4,8 @@ - - CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) - -+CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) $(EXTRA_LDSFLAGS) -+ - extra-y := head.o init_task.o vmlinux.lds - - obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ diff --git a/target/linux/xburst/config-2.6.31 b/target/linux/xburst/config-2.6.31 index 32a77dfec..cbc6ec708 100644 --- a/target/linux/xburst/config-2.6.31 +++ b/target/linux/xburst/config-2.6.31 @@ -153,6 +153,7 @@ CONFIG_IRQ_CPU=y CONFIG_JBD=y CONFIG_JZ4740_ADC=y CONFIG_JZ4740_QI_LB60=y +# CONFIG_JZ4740_N526 is not set CONFIG_JZRISC=y CONFIG_JZSOC=y CONFIG_KALLSYMS=y diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk new file mode 100644 index 000000000..c8476fe51 --- /dev/null +++ b/target/linux/xburst/modules.mk @@ -0,0 +1,4 @@ +ifeq ($(CONFIG_TARGET_xburst),y) + SOUNDCORE_FILES = + SOUNDCORE_LOAD = +endif