summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
commit2717efb7a43fed32d52faa5a63d71607aacbc22a (patch)
tree4cb98e6a58936ddc601a29ab721c0167be2f1c6d /rules/inetutils.in
parent6d52c5a55675e0c524603a960868c89973864edb (diff)
downloadptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.gz
ptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.xz
Upgrade to busybox-1.4.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 767e5ec64..2864bdf93 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -9,7 +9,7 @@ comment "build options ---"
config INETUTILS_INETD
bool
- depends on !BB_CONFIG_INETD
+ depends on !BB_INETD
prompt "inetd"
depends on INETUTILS
help
@@ -17,18 +17,18 @@ config INETUTILS_INETD
various other programs and start them if a connection request occures.
comment "busy box' inetd is selected!"
- depends on INETUTILS && BB_CONFIG_INETD
+ depends on INETUTILS && BB_INETD
config INETUTILS_PING
bool
- depends on !BB_CONFIG_PING
+ depends on !BB_PING
prompt "ping"
depends on INETUTILS
help
Ping is a small tool to check if another host is alive in the network
comment "busy box' ping is selected!"
- depends on INETUTILS && BB_CONFIG_PING
+ depends on INETUTILS && BB_PING
config INETUTILS_RCP
bool