summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 1364a70c2..60a0a95eb 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -6,16 +6,27 @@ menuconfig INETUTILS
config INETUTILS_INETD
bool
+ depends on !BB_CONFIG_INETD
prompt "inetd"
depends on INETUTILS
+ help
+ This is the network super daemon. It open network connection for
+ various other programs and start them if a connection request occures.
+
+comment "busy box' inetd is selected!"
+ depends on INETUTILS && BB_CONFIG_INETD
config INETUTILS_PING
bool
+ depends on !BB_CONFIG_PING
prompt "ping"
depends on INETUTILS
help
FIXME: This item needs to be documented
+comment "busy box' ping is selected!"
+ depends on INETUTILS && BB_CONFIG_PING
+
config INETUTILS_RCP
bool
prompt "rcp"