From: Felix Fietkau Date: Sun, 13 Feb 2011 02:52:40 +0000 (+0000) Subject: busybox: disable nfs mount support by default - people that want to mount nfs shares... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e2dae4ad5b0b4d7c5b065245388768478950e54e busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package SVN-Revision: 25508 --- diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index 5dd3d1b09a..1bd8a36968 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -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. diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 3745528da8..ccc92c7fdd 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -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