diff options
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 888bc8f3b..57a52cefb 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -485,13 +485,18 @@ config FEATURE_MOUNT_LABEL | |||
485 | This also enables label or uuid support for swapon. | 485 | This also enables label or uuid support for swapon. |
486 | 486 | ||
487 | config FEATURE_MOUNT_NFS | 487 | config FEATURE_MOUNT_NFS |
488 | bool "Support mounting NFS file systems" | 488 | bool "Support mounting NFS file systems on Linux < 2.6.23" |
489 | default y | 489 | default n |
490 | depends on MOUNT | 490 | depends on MOUNT |
491 | select FEATURE_HAVE_RPC | 491 | select FEATURE_HAVE_RPC |
492 | select FEATURE_SYSLOG | 492 | select FEATURE_SYSLOG |
493 | help | 493 | help |
494 | Enable mounting of NFS file systems. | 494 | Enable mounting of NFS file systems on Linux kernels prior |
495 | to version 2.6.23. Note that in this case mounting of NFS | ||
496 | over IPv6 will not be possible. | ||
497 | |||
498 | Note that this option links in RPC support from libc, | ||
499 | which is rather large (~10 kbytes on uclibc). | ||
495 | 500 | ||
496 | config FEATURE_MOUNT_CIFS | 501 | config FEATURE_MOUNT_CIFS |
497 | bool "Support mounting CIFS/SMB file systems" | 502 | bool "Support mounting CIFS/SMB file systems" |