aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 13:56:51 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 13:56:51 +0000
commita7825f269d7fef5370ef7bf4c9acf88a4ec51e71 (patch)
tree4c738d408e371c262c472b8f280640689614e07a /networking
parent7b72fc12000c878e11d5f0b245f83c0d71b29f58 (diff)
downloadbusybox-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.tar.gz
busybox-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.tar.bz2
busybox-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.zip
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in
index efa6aaec2..13ad13f9a 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -347,7 +347,8 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
347config FEATURE_INETD_RPC 347config FEATURE_INETD_RPC
348 bool "Support RPC services" 348 bool "Support RPC services"
349 default n 349 default n
350 depends on INETD && FEATURE_HAVE_RPC 350 depends on INETD
351 select FEATURE_HAVE_RPC
351 help 352 help
352 Support Sun-RPC based services 353 Support Sun-RPC based services
353 354