Disable crashlog for UML

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Steven Barth 2014-06-12 11:34:44 +00:00
parent 868a9c8703
commit 02e9c5f182

View File

@ -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