From: Florian Fainelli Date: Tue, 31 Jul 2012 23:09:46 +0000 (+0000) Subject: [kernel] disable crashlog on ARM platforms for the moment X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7114747c61938ceae41325c4a81215f371b4c7eb;p=openwrt%2Fsvn-archive%2Farchive.git [kernel] disable crashlog on ARM platforms for the moment It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926 --- diff --git a/target/linux/generic/patches-3.3/930-crashlog.patch b/target/linux/generic/patches-3.3/930-crashlog.patch index d0ff752305..aef0085b11 100644 --- a/target/linux/generic/patches-3.3/930-crashlog.patch +++ b/target/linux/generic/patches-3.3/930-crashlog.patch @@ -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"