From cd62e507404887154a3cbd1b178ddb67d6fe0b87 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 4 Aug 2014 10:20:34 -0300 Subject: [PATCH] samba4: 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 --- package/samba4/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/samba4/Config.in b/package/samba4/Config.in index 7008ba2037..60e0f55475 100644 --- a/package/samba4/Config.in +++ b/package/samba4/Config.in @@ -22,3 +22,4 @@ config BR2_PACKAGE_SAMBA4 comment "samba4 needs a toolchain w/ IPv6, wchar, largfile, threads" depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || \ !BR2_USE_WCHAR || !BR2_INET_IPV6 + depends on BR2_USE_MMU