From 0abf443e7b906173f1730842a632622e690b4754 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 2 Dec 2009 17:30:28 +0100 Subject: [PATCH 1/3] remove patch as it breaks compiling the xburst target --- .../patches-2.6.31/032-mips_vmlinux_lds.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.31/032-mips_vmlinux_lds.patch 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 \ From 9e3a54c8b0b0c85e9501f7b5cfb9151e69747332 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 2 Dec 2009 17:36:46 +0100 Subject: [PATCH 2/3] as sound modules on the xburst target aren't used (instead statically compiled into the kernel image), but audio related packages depend on the package we override variables and to make >soundcore> a summy package and satisfy all dependencies without major adjustments --- target/linux/xburst/modules.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 target/linux/xburst/modules.mk 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 From 71df6e0d6dea83318fa3c4bb31ed6471beb74654 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 6 Dec 2009 12:03:04 +0100 Subject: [PATCH 3/3] since the ebook-reader based on the same soc is now supported as well, we have to choose which device we're going to build an image for. Preselect the LB60/NN for now. Getting both devices supported in a clean way might be possible via "profiles" later. --- target/linux/xburst/config-2.6.31 | 1 + 1 file changed, 1 insertion(+) 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