diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-20 19:50:17 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-20 19:50:52 +0200 |
commit | a89e0e8721a19b907d39afe75bdf3e9222a40976 (patch) | |
tree | 85d3685d48f42444ce733c4bd4c4b442a3f0ed57 | |
parent | b779b6bd948f96d20d6f12cc5591b436256177d4 (diff) |
cifs-utils: needs MMU
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | 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 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 |