busybox: disable nfs mount support by default - people that want to mount nfs shares...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25508 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/config/Config.in
package/busybox/config/util-linux/Config.in

index 5dd3d1b..1bd8a36 100644 (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.
index 3745528..ccc92c7 100644 (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