projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97228f
)
config: disable kernel tracing on uml
author
Nicolas Thill
<nico@openwrt.org>
Wed, 11 Feb 2015 11:31:26 +0000
(11:31 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 11 Feb 2015 11:31:26 +0000
(11:31 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44397
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index db633c15a55991500c52ac18c171a398c84095ef..a0bd13e49ca685a8da58c26922abbca71bcd2f6a 100644
(file)
--- 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