From: Steven Barth Date: Thu, 12 Jun 2014 11:34:44 +0000 (+0000) Subject: Disable crashlog for UML X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=02e9c5f182fac18150afb72cd9fff9f911db54b5;p=15.05%2Fopenwrt.git Disable crashlog for UML git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41153 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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