diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-11-10 16:53:35 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-11-10 16:53:35 +0100 |
commit | a86e02492d7700ce8cb4108f53646dfb025c2dff (patch) | |
tree | f14b9aa002cec6351214bbfccdd49bf4a1de9c59 /util-linux/Config.src | |
parent | fae473c81b98a1b2290b7efcd4ee9a8ebbb3b1e6 (diff) | |
download | busybox-w32-a86e02492d7700ce8cb4108f53646dfb025c2dff.tar.gz busybox-w32-a86e02492d7700ce8cb4108f53646dfb025c2dff.tar.bz2 busybox-w32-a86e02492d7700ce8cb4108f53646dfb025c2dff.zip |
mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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" |