diff options
author | Rob Landley <rob@landley.net> | 2006-09-01 08:10:44 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-01 08:10:44 +0000 |
commit | 89d9d4d5f74a86a005a7ea4de51252ac7e52d062 (patch) | |
tree | 9c7d83525721350196428990adeac18bdf7fe9e4 /util-linux/Config.in | |
parent | f5bbc692a0329ee34f1644ac42efa5e3a8c48296 (diff) | |
download | busybox-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.in | 6 |
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 | ||
375 | config 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. | ||
375 | config CONFIG_FEATURE_MOUNT_FLAGS | 381 | config 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." |