diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 12:25:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 12:25:55 +0200 |
commit | 647d8afe869b40c617d2a327b51947cee07b58f3 (patch) | |
tree | 5d4d109fca8152cc75566a6268bfb517935f63db /networking | |
parent | 007ce9f807c99e14799c6579c8d06f422eccfcb2 (diff) | |
download | busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.tar.gz busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.tar.bz2 busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.zip |
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/inetd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
217 | //config: bool "Support RPC services" | 217 | //config: bool "Support RPC services" |
218 | //config: default n # very rarely used, and needs Sun RPC support in libc | 218 | //config: default n # very rarely used, and needs Sun RPC support in libc |
219 | //config: depends on INETD | 219 | //config: depends on INETD |
220 | //config: select FEATURE_HAVE_RPC | ||
221 | //config: help | 220 | //config: help |
222 | //config: Support Sun-RPC based services | 221 | //config: Support Sun-RPC based services |
223 | 222 | ||