From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:36 +0000 (-0300) Subject: smstools3: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=317db9792595d762d59956c3845687e6451b4455;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/smstools3/Config.in b/package/smstools3/Config.in index 1086869d89..3e2ea252fc 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