mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
Disable crashlog for UML
SVN-Revision: 41153
This commit is contained in:
parent
fa2df0e8c7
commit
e64f122023
@ -10,7 +10,7 @@ config KERNEL_PRINTK
|
|||||||
|
|
||||||
config KERNEL_CRASHLOG
|
config KERNEL_CRASHLOG
|
||||||
bool "Crash logging"
|
bool "Crash logging"
|
||||||
depends on !(arm || powerpc || sparc)
|
depends on !(arm || powerpc || sparc || TARGET_uml)
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config KERNEL_SWAP
|
config KERNEL_SWAP
|
||||||
|
Loading…
Reference in New Issue
Block a user