From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Cc: Alexander Aring <alex.aring@gmail.com>
Subject: [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD
Date: Sun, 26 Jan 2014 10:41:22 +0100 [thread overview]
Message-ID: <1390729284-6837-1-git-send-email-alex.aring@gmail.com> (raw)
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to
avoid a double install of a tftpd binary.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
v2:
- fix typo misiing -> missing in commit msg
- add missing ALLYES
rules/inetutils.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 876c298..8335a13 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -136,11 +136,15 @@ comment "BusyBox' syslogd is selected!"
menuconfig INETUTILS_TFTPD
bool
prompt "tftpd "
+ depends on !BUSYBOX_TFTPD || ALLYES
help
TFTPD is a ftp daemon to be used for diskless clients. Most bootloaders
use the Trivial File Transfer Protocol to load their OS image. Note:
There is no authentication!
+comment "BusyBox' tftpd is selected!"
+ depends on BUSYBOX_TFTPD
+
if INETUTILS_TFTPD
config INETUTILS_TFTPD_BASE_DIR
--
1.8.5.3
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2014-01-26 9:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-26 9:41 Alexander Aring [this message]
2014-01-26 9:41 ` [ptxdist] [PATCH v2 2/3] gnutls: add support for openssl compatibility Alexander Aring
2014-01-26 9:41 ` [ptxdist] [PATCH v2 3/3] iputils: add new package iputils Alexander Aring
2014-01-30 8:48 ` Michael Olbrich
2014-01-30 9:19 ` Alexander Aring
2014-01-26 10:23 [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD Alexander Aring
2014-01-26 10:24 ` Alexander Aring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1390729284-6837-1-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox