mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD
@ 2014-01-26  9:41 Alexander Aring
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Aring @ 2014-01-26  9:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD
@ 2014-01-26 10:23 Alexander Aring
  2014-01-26 10:24 ` Alexander Aring
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Aring @ 2014-01-26 10:23 UTC (permalink / raw)
  To: ptxdist; +Cc: j.beisert, Alexander Aring

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-30  9:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-26  9:41 [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD Alexander Aring
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox