busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package
SVN-Revision: 25508
This commit is contained in:
parent
a17580be4f
commit
0e166a016a
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue