diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-13 02:52:40 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-13 02:52:40 +0000 |
commit | 7f4ac82cc724e650774efabb3709c5bc78fedf0c (patch) | |
tree | b3063d61a61d098ae7f391be9c3336d56a055cc1 /package/busybox/config/Config.in | |
parent | b89ac0513dd73ddb410aed50c1c296ca74301e19 (diff) |
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
Diffstat (limited to 'package/busybox/config/Config.in')
-rw-r--r-- | package/busybox/config/Config.in | 2 |
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. |