Disable crashlog for UML

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2014-06-12 11:34:44 +00:00
parent de835b225f
commit fca93c0265

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