config: disable kernel tracing on uml
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Feb 2015 11:31:26 +0000 (11:31 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Feb 2015 11:31:26 +0000 (11:31 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44397 3c298f89-4303-0410-b956-a3cf2f4a3e73

config/Config-kernel.in

index db633c1..a0bd13e 100644 (file)
@@ -46,6 +46,7 @@ config KERNEL_KALLSYMS
 
 config KERNEL_FTRACE
        bool "Compile the kernel with tracing support"
+       depends on !TARGET_uml
        default n
 
 config KERNEL_FTRACE_SYSCALLS