From: Steven Barth Date: Thu, 12 Jun 2014 11:34:44 +0000 (+0000) Subject: Disable crashlog for UML X-Git-Tag: reboot~6939 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e64f122023518a83f3ac2bceef9f8abb3de39653;p=openwrt%2Fopenwrt.git Disable crashlog for UML SVN-Revision: 41153 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a4a45b4048..06788d6a0f 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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