aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-14 12:25:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-14 12:25:55 +0200
commit647d8afe869b40c617d2a327b51947cee07b58f3 (patch)
tree5d4d109fca8152cc75566a6268bfb517935f63db
parent007ce9f807c99e14799c6579c8d06f422eccfcb2 (diff)
downloadbusybox-647d8afe869b40c617d2a327b51947cee07b58f3.tar.gz
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--Config.in7
-rw-r--r--configs/TEST_nommu_defconfig1
-rw-r--r--configs/TEST_noprintf_defconfig1
-rw-r--r--configs/TEST_rh9_defconfig1
-rw-r--r--configs/android2_defconfig1
-rw-r--r--configs/android_502_defconfig1
-rw-r--r--configs/android_defconfig1
-rw-r--r--configs/android_ndk_defconfig1
-rw-r--r--configs/cygwin_defconfig1
-rw-r--r--configs/freebsd_defconfig1
-rw-r--r--networking/inetd.c1
-rw-r--r--util-linux/mount.c1
12 files changed, 0 insertions, 18 deletions
diff --git a/Config.in b/Config.in
index 1bc214e44..f4b673abd 100644
--- a/Config.in
+++ b/Config.in
@@ -343,13 +343,6 @@ config FEATURE_SYSLOG
#This option is auto-selected when you select any applet which may
#send its output to syslog. You do not need to select it manually.
-config FEATURE_HAVE_RPC
- bool #No description makes it a hidden option
- default n
- #help
- #This is automatically selected if any of enabled applets need it.
- #You do not need to select it manually.
-
config PLATFORM_LINUX
bool #No description makes it a hidden option
default n
diff --git a/configs/TEST_nommu_defconfig b/configs/TEST_nommu_defconfig
index 6ff68a092..415f5a802 100644
--- a/configs/TEST_nommu_defconfig
+++ b/configs/TEST_nommu_defconfig
@@ -37,7 +37,6 @@ CONFIG_SELINUX=y
CONFIG_FEATURE_PREFER_APPLETS=y
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-CONFIG_FEATURE_HAVE_RPC=y
#
# Build Options
diff --git a/configs/TEST_noprintf_defconfig b/configs/TEST_noprintf_defconfig
index 4b2ef402a..9b378fd55 100644
--- a/configs/TEST_noprintf_defconfig
+++ b/configs/TEST_noprintf_defconfig
@@ -47,7 +47,6 @@ CONFIG_FEATURE_PIDFILE=y
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
# CONFIG_FEATURE_SYSLOG is not set
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/TEST_rh9_defconfig b/configs/TEST_rh9_defconfig
index 52f3e4670..4ac62b9da 100644
--- a/configs/TEST_rh9_defconfig
+++ b/configs/TEST_rh9_defconfig
@@ -46,7 +46,6 @@ CONFIG_FEATURE_SUID_CONFIG_QUIET=y
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-CONFIG_FEATURE_HAVE_RPC=y
#
# Build Options
diff --git a/configs/android2_defconfig b/configs/android2_defconfig
index 9202320a4..03323654d 100644
--- a/configs/android2_defconfig
+++ b/configs/android2_defconfig
@@ -49,7 +49,6 @@ CONFIG_LAST_SUPPORTED_WCHAR=0
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/android_502_defconfig b/configs/android_502_defconfig
index 1901bdbb0..6b640bfb7 100644
--- a/configs/android_502_defconfig
+++ b/configs/android_502_defconfig
@@ -123,7 +123,6 @@ CONFIG_FEATURE_SUID_CONFIG_QUIET=y
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/android_defconfig b/configs/android_defconfig
index ea6e8a79e..3b34f37aa 100644
--- a/configs/android_defconfig
+++ b/configs/android_defconfig
@@ -49,7 +49,6 @@ CONFIG_LAST_SUPPORTED_WCHAR=0
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig
index 61871fcb1..7f65d544c 100644
--- a/configs/android_ndk_defconfig
+++ b/configs/android_ndk_defconfig
@@ -52,7 +52,6 @@ CONFIG_PID_FILE_PATH=""
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig
index 54aa44470..ee370a61d 100644
--- a/configs/cygwin_defconfig
+++ b/configs/cygwin_defconfig
@@ -49,7 +49,6 @@ CONFIG_FEATURE_SUID=y
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig
index fadbca13b..47e705963 100644
--- a/configs/freebsd_defconfig
+++ b/configs/freebsd_defconfig
@@ -49,7 +49,6 @@ CONFIG_FEATURE_SUID_CONFIG_QUIET=y
# CONFIG_FEATURE_PREFER_APPLETS is not set
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
CONFIG_FEATURE_SYSLOG=y
-# CONFIG_FEATURE_HAVE_RPC is not set
#
# Build Options
diff --git a/networking/inetd.c b/networking/inetd.c
index 91545d0a3..67984accb 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -217,7 +217,6 @@
//config: bool "Support RPC services"
//config: default n # very rarely used, and needs Sun RPC support in libc
//config: depends on INETD
-//config: select FEATURE_HAVE_RPC
//config: help
//config: Support Sun-RPC based services
diff --git a/util-linux/mount.c b/util-linux/mount.c
index b8dd8a925..4eade0869 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -69,7 +69,6 @@
//config: bool "Support mounting NFS file systems on Linux < 2.6.23"
//config: default n
//config: depends on MOUNT
-//config: select FEATURE_HAVE_RPC
//config: select FEATURE_SYSLOG
//config: help
//config: Enable mounting of NFS file systems on Linux kernels prior