diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-04 10:20:38 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-04 18:29:40 +0200 |
commit | 3852e7a9963b9f3a5b28a6364c08771dfd5f3078 (patch) | |
tree | 3309426c6bdcf3a69f9c5eced79c1d6cdc1928ce | |
parent | 6544704b3013bd08eb2b2868845e47b51e09be89 (diff) | |
download | buildroot-3852e7a9963b9f3a5b28a6364c08771dfd5f3078.tar.gz buildroot-3852e7a9963b9f3a5b28a6364c08771dfd5f3078.zip |
trace-cmd: add comment mmu depends
Otherwise it shows up indirectly when toolchain options aren't enough
and then vanishes when they are fulfilled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/trace-cmd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/trace-cmd/Config.in b/package/trace-cmd/Config.in index 9d454e494b..baa4868137 100644 --- a/package/trace-cmd/Config.in +++ b/package/trace-cmd/Config.in @@ -16,3 +16,4 @@ config BR2_PACKAGE_TRACE_CMD comment "trace-cmd needs a toolchain w/ largefile, threads" depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU |