aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 02:52:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 02:52:40 +0000
commit0e166a016aa22ee656de4981c4a4fa94bedf04bf (patch)
tree9bd8c8e88982d59cbb430c3a7af2619ab69ce4d8 /package/busybox/config/Config.in
parenta17580be4f3b18a57cbc030351abdc673e3dbb77 (diff)
downloadupstream-0e166a016aa22ee656de4981c4a4fa94bedf04bf.tar.gz
upstream-0e166a016aa22ee656de4981c4a4fa94bedf04bf.tar.bz2
upstream-0e166a016aa22ee656de4981c4a4fa94bedf04bf.zip
busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package
SVN-Revision: 25508
Diffstat (limited to 'package/busybox/config/Config.in')
-rw-r--r--package/busybox/config/Config.in2
1 files changed, 1 insertions, 1 deletions
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.