mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcurl: make tftp support selectable
@ 2014-07-14 17:24 Andreas Pretzsch
  0 siblings, 0 replies; only message in thread
From: Andreas Pretzsch @ 2014-07-14 17:24 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
 rules/libcurl.in   | 3 +++
 rules/libcurl.make | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules/libcurl.in b/rules/libcurl.in
index 4ab928d..0ad7fb4 100644
--- a/rules/libcurl.in
+++ b/rules/libcurl.in
@@ -32,6 +32,9 @@ config LIBCURL_FTP
        bool "ftp"
        default y
 
+config LIBCURL_TFTP
+       bool "tftp"
+
 config LIBCURL_FILE
        bool "file"
 
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 1f2b566..3f29e2c 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -45,7 +45,6 @@ LIBCURL_AUTOCONF := \
 	--disable-ldaps \
 	--disable-dict \
 	--disable-telnet \
-	--disable-tftp \
 	--disable-manual \
 	\
 	--disable-ares \
@@ -71,6 +70,7 @@ LIBCURL_AUTOCONF := \
 	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \
 	--$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \
 	--$(call ptx/endis, PTXCONF_LIBCURL_FTP)-ftp \
+	--$(call ptx/endis, PTXCONF_LIBCURL_TFTP)-tftp \
 	--$(call ptx/endis, PTXCONF_LIBCURL_FILE)-file \
 	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-crypto-auth \
 	--$(call ptx/endis, PTXCONF_LIBCURL_LIBSSH2)-libssh2
-- 
2.0.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-14 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-14 17:24 [ptxdist] [PATCH] libcurl: make tftp support selectable Andreas Pretzsch

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