From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout.mars-solutions.de ([78.46.190.119]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X6jyx-000641-0q for ptxdist@pengutronix.de; Mon, 14 Jul 2014 19:24:07 +0200 Received: from mail.mars-solutions.de (mail.mars-solutions.de [213.239.212.107]) by mailout.mars-solutions.de (Postfix) with ESMTPS id 8B15040230 for ; Mon, 14 Jul 2014 19:24:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id DCBB4A0458F for ; Mon, 14 Jul 2014 19:24:02 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FX6aJVO+-bwL for ; Mon, 14 Jul 2014 19:24:02 +0200 (CEST) Received: from ws-apr.office.loc (HSI-KBW-37-49-65-173.hsi14.kabel-badenwuerttemberg.de [37.49.65.173]) by mail.mars-solutions.de (Postfix) with ESMTP id 41035A0458F for ; Mon, 14 Jul 2014 19:24:02 +0200 (CEST) From: Andreas Pretzsch Date: Mon, 14 Jul 2014 19:24:04 +0200 Message-Id: <1405358644-1943-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] libcurl: make tftp support selectable Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Andreas Pretzsch --- 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