mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 17:45:32 +02:00
[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
This commit is contained in:
parent
0d1207bd0b
commit
37b335aace
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user