[kernel] disable crashlog on ARM platforms for the moment
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jul 2012 23:09:46 +0000 (23:09 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jul 2012 23:09:46 +0000 (23:09 +0000)
It is currently badly broken on ARM, until fixed, disable it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32926 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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