mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 02:27:18 +01:00
Disable crashlog for UML
SVN-Revision: 41153
This commit is contained in:
parent
fa2df0e8c7
commit
e64f122023
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue