mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 02:07:26 -04:00
x86: disable crashlog
It could cause crashes with some forms of virtualization, and it is unlikely to work properly with most systems. It's safer to just disable it. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -26,7 +26,7 @@ config KERNEL_PRINTK
|
||||
|
||||
config KERNEL_CRASHLOG
|
||||
bool "Crash logging"
|
||||
depends on !(arm || powerpc || sparc || TARGET_uml)
|
||||
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64)
|
||||
default y
|
||||
|
||||
config KERNEL_SWAP
|
||||
|
||||
Reference in New Issue
Block a user