summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 3fa1d73cf..6ee59c3cf 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -18,24 +18,24 @@ comment "build options ---"
config INETUTILS_INETD
bool
- depends on !BB_CONFIG_INETD
+ depends on !BUSYBOX_INETD
prompt "inetd"
help
This is the network super daemon. It opens network connection for
various other programs and start them if a connection request occures.
-comment "busy box' inetd is selected!"
- depends on BB_CONFIG_INETD
+comment "BusyBox' inetd is selected!"
+ depends on BUSYBOX_INETD
config INETUTILS_PING
bool
- depends on !BB_CONFIG_PING
+ depends on !BUSYBOX_PING
prompt "ping"
help
Ping is a small tool to check if another host is alive in the network
-comment "busy box' ping is selected!"
- depends on BB_CONFIG_PING
+comment "BusyBox' ping is selected!"
+ depends on BUSYBOX_PING
config INETUTILS_RCP
bool
@@ -72,15 +72,15 @@ config INETUTILS_RSHD
config INETUTILS_SYSLOGD
bool
prompt "syslogd"
- depends on !BB_CONFIG_SYSLOGD
+ depends on !BUSYBOX_SYSLOGD
help
Sysklogd provides two system utilities which provide support
for system logging and kernel message trapping. Support of both
internet and unix domain sockets enables this utility package
to support both local and remote logging.
-comment "busy box' syslogd is selected!"
- depends on BB_CONFIG_SYSLOGD
+comment "BusyBox' syslogd is selected!"
+ depends on BUSYBOX_SYSLOGD
config INETUTILS_TFTPD
bool