summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-04-26 09:44:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-04-26 09:44:06 +0000
commit65a8fe3c660eebdc46a71923d7f3e58672c8554d (patch)
tree5f15ef9c17f627c66fb54f34ffd29d1f16dbd52b /rules/inetutils.in
parenta6f98771041c3a4d8a0a3fc5246911068826a676 (diff)
downloadptxdist-65a8fe3c660eebdc46a71923d7f3e58672c8554d.tar.gz
ptxdist-65a8fe3c660eebdc46a71923d7f3e58672c8554d.tar.xz
busybox: revert BB_ vs. BB_CONFIG_ change which comes due to the fact
that busybox uses a new kconfig. This patch makes it possible to migrate old configurations in a sane time again ... git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7122 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 2864bdf93..767e5ec64 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -9,7 +9,7 @@ comment "build options ---"
config INETUTILS_INETD
bool
- depends on !BB_INETD
+ depends on !BB_CONFIG_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_INETD
+ depends on INETUTILS && BB_CONFIG_INETD
config INETUTILS_PING
bool
- depends on !BB_PING
+ depends on !BB_CONFIG_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_PING
+ depends on INETUTILS && BB_CONFIG_PING
config INETUTILS_RCP
bool