busybox: disable nfs mount support by default - people that want to mount nfs shares...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 13 Feb 2011 02:52:40 +0000 (02:52 +0000)
SVN-Revision: 25508

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

index 5dd3d1b09a46b556d96bbc86830eded6bb243f81..1bd8a36968884709065c0688deb5ebd3e9200891 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 3745528da84de7ec921bc6f3326a3632c1a53f45..ccc92c7fdd82ab8d53e77f8ac13c92892b7ae101 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