1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25508 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-13 02:52:40 +00:00
parent b89ac0513d
commit 7f4ac82cc7
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