Disable crashlog for UML
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jun 2014 11:34:44 +0000 (11:34 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jun 2014 11:34:44 +0000 (11:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41153 3c298f89-4303-0410-b956-a3cf2f4a3e73

config/Config-kernel.in

index a4a45b4..06788d6 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