diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-31 23:09:46 +0000 |
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-31 23:09:46 +0000 |
| commit | 37b335aace14ff435155a0e64553d36e991b01c6 (patch) | |
| tree | aa954e91f3ff725fc561f321757ca11422d07b13 | |
| parent | 0d1207bd0bb0eef0cee8b5d81615e8f2acfc6990 (diff) | |
[kernel] disable crashlog on ARM platforms for the moment
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
| -rw-r--r-- | target/linux/generic/patches-3.3/930-crashlog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/930-crashlog.patch b/target/linux/generic/patches-3.3/930-crashlog.patch index d0ff75230..aef0085b1 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" |
