[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
master
Florian Fainelli 2012-07-31 23:09:46 +00:00
parent f3513b1b9b
commit a21c75cb87
1 changed files with 1 additions and 1 deletions

View File

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