[Buildroot] [git commit branch/next] cifs-utils: needs MMU

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:35 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=a89e0e8721a19b907d39afe75bdf3e9222a40976
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/cifs-utils/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/cifs-utils/Config.in b/package/cifs-utils/Config.in
index 4331986..b433850 100644
--- a/package/cifs-utils/Config.in
+++ b/package/cifs-utils/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_CIFS_UTILS
 	bool "cifs-utils"
+	# uses fork()
+	depends on BR2_USE_MMU
 	help
 	  The in-kernel CIFS filesystem is generally the preferred
 	  method for mounting SMB/CIFS shares on Linux. The in-kernel


More information about the buildroot mailing list