forked from Ivasoft/openwrt
Disable crashlog for UML
SVN-Revision: 41153
This commit is contained in:
@@ -10,7 +10,7 @@ config KERNEL_PRINTK
|
||||
|
||||
config KERNEL_CRASHLOG
|
||||
bool "Crash logging"
|
||||
depends on !(arm || powerpc || sparc)
|
||||
depends on !(arm || powerpc || sparc || TARGET_uml)
|
||||
default y
|
||||
|
||||
config KERNEL_SWAP
|
||||
|
||||
Reference in New Issue
Block a user