From: Hsing-Wang Liao Date: Tue, 15 Aug 2017 06:17:17 +0000 (+0800) Subject: aria2: Enable Bittorrent support by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6c1fe1ad7a0f602e1fe19dcf387db61388ca498f;p=openwrt-packages.git aria2: Enable Bittorrent support by default Most user need this Bittorrent download support, and this fature can only depends on libssl. Signed-off-by: Hsing-Wang Liao --- diff --git a/net/aria2/Config.in b/net/aria2/Config.in index 923acdf59..d7d63f8f1 100644 --- a/net/aria2/Config.in +++ b/net/aria2/Config.in @@ -56,7 +56,7 @@ config ARIA2_BITTORRENT bool "Enable Bittorrent Support" depends on ARIA2_OPENSSL || ARIA2_LIBGCRYPT || \ (ARIA2_NETTLE && ARIA2_GMP) - default n + default y config ARIA2_METALINK bool "Enable Metalink Support"