From: nico Date: Wed, 11 Feb 2015 11:31:26 +0000 (+0000) Subject: config: disable kernel tracing on uml X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=6efffbc2891141a1ada6e46a70676415f8e839df;p=openwrt.git config: disable kernel tracing on uml Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44397 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index db633c15a5..a0bd13e49c 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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