diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-31 23:09:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-31 23:09:46 +0000 |
commit | c0561a42e758e0373354b4bd25341a40343a226d (patch) | |
tree | 49d56a90d55a0f5434adac87aed3af3443ae4fdc /target/linux/generic/patches-3.3/930-crashlog.patch | |
parent | f5f36911f0c398edcf87bd3190e4881c9b1b4613 (diff) | |
download | upstream-c0561a42e758e0373354b4bd25341a40343a226d.tar.gz upstream-c0561a42e758e0373354b4bd25341a40343a226d.tar.bz2 upstream-c0561a42e758e0373354b4bd25341a40343a226d.zip |
disable crashlog on ARM platforms for the moment
It is currently badly broken on ARM, until fixed, disable it
SVN-Revision: 32926
Diffstat (limited to 'target/linux/generic/patches-3.3/930-crashlog.patch')
-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 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" |