Procházet zdrojové kódy

cifs-utils: needs MMU

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard před 13 roky
rodič
revize
a89e0e8721
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      package/cifs-utils/Config.in

+ 2 - 0
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