diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-04 10:20:36 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-04 18:29:40 +0200 |
commit | 317db9792595d762d59956c3845687e6451b4455 (patch) | |
tree | 9507f93e3975da76871f544d54bdc158f103214d | |
parent | d3235c4054550754598f9fdf2b061b3c27ec3b2c (diff) |
smstools3: 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/smstools3/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/smstools3/Config.in b/package/smstools3/Config.in index 1086869d8..3e2ea252f 100644 --- a/package/smstools3/Config.in +++ b/package/smstools3/Config.in @@ -23,3 +23,4 @@ endif comment "smstools3 needs a toolchain w/ wchar, threads" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU |