busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package

SVN-Revision: 25508
lede-17.01
Felix Fietkau 2011-02-13 02:52:40 +00:00
parent a17580be4f
commit 0e166a016a
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ config BUSYBOX_CONFIG_FEATURE_SYSLOG
config BUSYBOX_CONFIG_FEATURE_HAVE_RPC
bool #No description makes it a hidden option
default y
default n
#help
# This is automatically selected if any of enabled applets need it.
# You do not need to select it manually.

View File

@ -525,7 +525,7 @@ config BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL
config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
default y
default n
depends on BUSYBOX_CONFIG_MOUNT
select BUSYBOX_CONFIG_FEATURE_HAVE_RPC
select BUSYBOX_CONFIG_FEATURE_SYSLOG