From: Steven Barth Date: Thu, 12 Jun 2014 11:34:44 +0000 (+0000) Subject: Disable crashlog for UML X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=e64f122023518a83f3ac2bceef9f8abb3de39653;hp=fa2df0e8c7cc6870412d72ea76c3ef531189a0a0 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