do not build crashlog on sparc too
authorFlorian Fainelli <florian@openwrt.org>
Fri, 16 Nov 2012 16:32:33 +0000 (16:32 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 16 Nov 2012 16:32:33 +0000 (16:32 +0000)
This is crashing the kernel in crashlog_init_fs(), until fixed, disable it
for SPARC too.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34213

target/linux/generic/patches-3.3/930-crashlog.patch
target/linux/generic/patches-3.6/930-crashlog.patch

index bce0ea40cc352e70bd939062aa975261a7463b34..6c208f0bc2e659f8b95d6d0ab198548f415e1a81 100644 (file)
@@ -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"
index b5eaba5ed497049997fed721bfe168892f6249f5..41afaee079051953e09587b91e2d9afd02c6276f 100644 (file)
@@ -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"