From: Peter Korsgaard Date: Sun, 20 May 2012 17:50:17 +0000 (+0200) Subject: cifs-utils: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a89e0e8721a19b907d39afe75bdf3e9222a40976;p=buildroot.git cifs-utils: needs MMU Signed-off-by: Peter Korsgaard --- diff --git a/package/cifs-utils/Config.in b/package/cifs-utils/Config.in index 43319865f9..b433850a18 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