diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 02:52:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 02:52:40 +0000 |
commit | c2d6baa6b57267d99b85b46a8b5690762ed067bc (patch) | |
tree | b3063d61a61d098ae7f391be9c3336d56a055cc1 /package/busybox/config/util-linux | |
parent | 2b98d239d2369aa362b59b23102a26fbd859d7ee (diff) | |
download | upstream-c2d6baa6b57267d99b85b46a8b5690762ed067bc.tar.gz upstream-c2d6baa6b57267d99b85b46a8b5690762ed067bc.tar.bz2 upstream-c2d6baa6b57267d99b85b46a8b5690762ed067bc.zip |
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/util-linux')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |