aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-09-01 08:10:44 +0000
committerRob Landley <rob@landley.net>2006-09-01 08:10:44 +0000
commit89d9d4d5f74a86a005a7ea4de51252ac7e52d062 (patch)
tree9c7d83525721350196428990adeac18bdf7fe9e4 /util-linux/Config.in
parentf5bbc692a0329ee34f1644ac42efa5e3a8c48296 (diff)
downloadbusybox-89d9d4d5f74a86a005a7ea4de51252ac7e52d062.tar.gz
Vladimir Dronnikov also submitted a CIFS support patch to mount, which I
heavily reworked here and probably broke. Tomorrow I need to set up a copy of samba to test against. (This compiles, I make no promises beyond that.)
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2222e5c38..aacf55775 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -372,6 +372,12 @@ config CONFIG_FEATURE_MOUNT_NFS
help
Enable mounting of NFS file systems.
+config CONFIG_FEATURE_MOUNT_CIFS
+ bool "Support mounting CIFS/SMB file systems"
+ default n
+ depends on CONFIG_MOUNT
+ help
+ Enable support for samba mounts.
config CONFIG_FEATURE_MOUNT_FLAGS
depends on CONFIG_MOUNT
bool "Support lots of -o flags in mount."