summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-21 22:31:24 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-21 22:31:24 +0000
commit73cfd207cb2ae63ebfe155bf6ff62c3600789aa5 (patch)
tree8e3a8e77d7f0e3af3df402751ee4a01a97b6f6b1 /rules/inetutils.in
parentf854e7661c9b9555a58f08fc5a21901bb93be27f (diff)
downloadptxdist-73cfd207cb2ae63ebfe155bf6ff62c3600789aa5.tar.gz
ptxdist-73cfd207cb2ae63ebfe155bf6ff62c3600789aa5.tar.xz
solve busybox conflicts
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6209 33e552b5-05e3-0310-8538-816dae2090ed
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"