From c0561a42e758e0373354b4bd25341a40343a226d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 31 Jul 2012 23:09:46 +0000 Subject: disable crashlog on ARM platforms for the moment It is currently badly broken on ARM, until fixed, disable it SVN-Revision: 32926 --- target/linux/generic/patches-3.3/930-crashlog.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-3.3') diff --git a/target/linux/generic/patches-3.3/930-crashlog.patch b/target/linux/generic/patches-3.3/930-crashlog.patch index d0ff752..aef0085 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" -- cgit v1.1