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-w32-89d9d4d5f74a86a005a7ea4de51252ac7e52d062.tar.gz
busybox-w32-89d9d4d5f74a86a005a7ea4de51252ac7e52d062.tar.bz2
busybox-w32-89d9d4d5f74a86a005a7ea4de51252ac7e52d062.zip
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
372 help 372 help
373 Enable mounting of NFS file systems. 373 Enable mounting of NFS file systems.
374 374
375config CONFIG_FEATURE_MOUNT_CIFS
376 bool "Support mounting CIFS/SMB file systems"
377 default n
378 depends on CONFIG_MOUNT
379 help
380 Enable support for samba mounts.
375config CONFIG_FEATURE_MOUNT_FLAGS 381config CONFIG_FEATURE_MOUNT_FLAGS
376 depends on CONFIG_MOUNT 382 depends on CONFIG_MOUNT
377 bool "Support lots of -o flags in mount." 383 bool "Support lots of -o flags in mount."