Przeglądaj źródła

do not build crashlog on sparc too

This is crashing the kernel in crashlog_init_fs(), until fixed, disable it
for SPARC too.

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 34213
Florian Fainelli 13 lat temu
rodzic
commit
8ad0b56ba5

+ 1 - 1
target/linux/generic/patches-3.3/930-crashlog.patch

@@ -26,7 +26,7 @@
  
 +config CRASHLOG
 +	bool "Crash logging"
-+	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !ARM
++	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC)
 +
  config BLK_DEV_INITRD
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"

+ 1 - 1
target/linux/generic/patches-3.6/930-crashlog.patch

@@ -26,7 +26,7 @@
  
 +config CRASHLOG
 +	bool "Crash logging"
-+	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !ARM
++	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC)
 +
  config BLK_DEV_INITRD
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"