summaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 14:50:27 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-24 14:50:27 +0000
commit0e282c9aed630332534ad2670aa8a18c8b8464ba (patch)
tree3e63bf851ae26c4010082edf5b34f3d0431280ce /networking
parent11353ae0ab404b783639cea5fe02843b75878286 (diff)
downloadbusybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.tar.gz
busybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.tar.bz2
busybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.zip
combine depends lines
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 6bb2d3b83..0251a1401 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -337,8 +337,7 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
337config FEATURE_INETD_RPC 337config FEATURE_INETD_RPC
338 bool "Support RPC services" 338 bool "Support RPC services"
339 default n 339 default n
340 depends on INETD 340 depends on INETD && FEATURE_HAVE_RPC
341 depends on FEATURE_HAVE_RPC
342 help 341 help
343 Support Sun-RPC based services 342 Support Sun-RPC based services
344 343