From: cyrus Date: Thu, 12 Jun 2014 11:34:44 +0000 (+0000) Subject: Disable crashlog for UML X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=fca93c02652d0f11cdf79c01edfa2a95772d30d2;p=openwrt.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