Disable crashlog for UML
authorSteven Barth <cyrus@openwrt.org>
Thu, 12 Jun 2014 11:34:44 +0000 (11:34 +0000)
committerSteven Barth <cyrus@openwrt.org>
Thu, 12 Jun 2014 11:34:44 +0000 (11:34 +0000)
SVN-Revision: 41153

config/Config-kernel.in

index a4a45b4048c86c41b651c8e12ba9eadcc8c53b20..06788d6a0f46e9cdd261ad863397e2cd3e4ef937 100644 (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