From ed4ac0ed65175230d6a7d3196974e6967b31a074 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 15 Apr 2018 10:01:31 +0200 Subject: curl: Deprecate idn(1) support and switch to xz tarball libidn(1) is deprecated, add libidn2 support Switch to xz tarball (smaller size) Signed-off-by: Daniel Engberg --- package/network/utils/curl/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/utils/curl/Config.in') diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in index 973da3d964..9afeb00bc7 100644 --- a/package/network/utils/curl/Config.in +++ b/package/network/utils/curl/Config.in @@ -119,8 +119,8 @@ config LIBCURL_TLS_SRP bool "Enable TLS-SRP authentication" default n -config LIBCURL_LIBIDN - bool "Enable IDN support" +config LIBCURL_LIBIDN2 + bool "Enable IDN2 support" default n config LIBCURL_THREADED_RESOLVER -- cgit v1.2.3