Disable crashlog for UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de835b225f
commit
fca93c0265
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue