aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-02-11 11:31:26 +0000
committerNicolas Thill <nico@openwrt.org>2015-02-11 11:31:26 +0000
commitd9852e7574e4e0aecef49f36b73172a8083fc7b1 (patch)
tree6ee9c1639af8a52d609b0c2628f3f7c68be4e877 /config
parentede8135f37ebddb59cbc3b77a4c8dd206efe4ea1 (diff)
downloadmaster-187ad058-d9852e7574e4e0aecef49f36b73172a8083fc7b1.tar.gz
master-187ad058-d9852e7574e4e0aecef49f36b73172a8083fc7b1.tar.bz2
master-187ad058-d9852e7574e4e0aecef49f36b73172a8083fc7b1.zip
config: disable kernel tracing on uml
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in1
1 files changed, 1 insertions, 0 deletions
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