summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-02-07 15:51:03 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-02-07 15:51:03 +0000
commitc7de20159bc6017e334657f8d68d4e4169c98793 (patch)
treeb1214621b1a5d9634945a531ad6f49f7a10ee2ff /rules/inetutils.in
parentcc41beb8607bfa3c30af5c9115bd5ff30a507192 (diff)
downloadptxdist-c7de20159bc6017e334657f8d68d4e4169c98793.tar.gz
ptxdist-c7de20159bc6017e334657f8d68d4e4169c98793.tar.xz
* inetutils.in:
added remaining stuff of Gary Thomas' patch git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7732 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 6d4259cde..8b7403a68 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -12,9 +12,6 @@ menuconfig INETUTILS
* And much more...
These are improved versions of programs originally from BSD.
-comment "busy box' syslogd is selected!"
- depends on INETUTILS && BB_CONFIG_SYSLOGD
-
comment "build options ---"
depends on INETUTILS
@@ -80,13 +77,16 @@ config INETUTILS_RSHD
config INETUTILS_SYSLOGD
bool
prompt "syslogd"
- depends on INETUTILS
+ depends on INETUTILS && !BB_CONFIG_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 INETUTILS && BB_CONFIG_SYSLOGD
+
config INETUTILS_TFTPD
bool
prompt "tftpd"