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.)
This commit is contained in:
Rob Landley
2006-09-01 08:10:44 +00:00
parent f5bbc692a0
commit 89d9d4d5f7
2 changed files with 55 additions and 8 deletions

View File

@@ -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."