diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in
index 5dd3d1b09a46b556d96bbc86830eded6bb243f81..1bd8a36968884709065c0688deb5ebd3e9200891 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.
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in
index 3745528da84de7ec921bc6f3326a3632c1a53f45..ccc92c7fdd82ab8d53e77f8ac13c92892b7ae101 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