summaryrefslogtreecommitdiffstats
path: root/package/cifs-utils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-05-20 19:50:17 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-20 19:50:52 +0200
commita89e0e8721a19b907d39afe75bdf3e9222a40976 (patch)
tree85d3685d48f42444ce733c4bd4c4b442a3f0ed57 /package/cifs-utils
parentb779b6bd948f96d20d6f12cc5591b436256177d4 (diff)
downloadbuildroot-novena-a89e0e8721a19b907d39afe75bdf3e9222a40976.tar.gz
buildroot-novena-a89e0e8721a19b907d39afe75bdf3e9222a40976.zip
cifs-utils: needs MMU
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cifs-utils')
-rw-r--r--package/cifs-utils/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cifs-utils/Config.in b/package/cifs-utils/Config.in
index 43319865f..b433850a1 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