summaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-01 16:56:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-01 16:56:12 +0000
commit732268fe69739411c8e1373e688381253a04efe6 (patch)
tree2c640689fdc2e57ad8ad9901f7470a4424e3a36c /networking
parent4c87d4f242985f3ca6b2e6009ff724b0390fe583 (diff)
downloadbusybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.gz
busybox-w32-732268fe69739411c8e1373e688381253a04efe6.tar.bz2
busybox-w32-732268fe69739411c8e1373e688381253a04efe6.zip
- provide central knob to turn off RPC related options.
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index e9694af67..e6711078c 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -324,9 +324,9 @@ config FEATURE_INETD_RPC
324 bool "Support RPC services" 324 bool "Support RPC services"
325 default n 325 default n
326 depends on INETD 326 depends on INETD
327 depends on FEATURE_HAVE_RPC
327 help 328 help
328 Suuport Sun-RPC based services 329 Support Sun-RPC based services
329
330 330
331config IP 331config IP
332 bool "ip" 332 bool "ip"