mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 18:31:53 +02:00
Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
This commit is contained in:
commit
3184b1152b
@ -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 \
|
@ -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
|
||||
|
4
target/linux/xburst/modules.mk
Normal file
4
target/linux/xburst/modules.mk
Normal file
@ -0,0 +1,4 @@
|
||||
ifeq ($(CONFIG_TARGET_xburst),y)
|
||||
SOUNDCORE_FILES =
|
||||
SOUNDCORE_LOAD =
|
||||
endif
|
Loading…
Reference in New Issue
Block a user