diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2017-08-15 14:17:17 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-08-25 13:51:45 +0800 |
commit | 6c1fe1ad7a0f602e1fe19dcf387db61388ca498f (patch) | |
tree | c1f0e5188d82d3ee791dd80eb76789c70539da1c /net/aria2/Config.in | |
parent | f76693c9d5fef4fe7fbe082ee1cb2bc9668734db (diff) |
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 <kuoruan@gmail.com>
Diffstat (limited to 'net/aria2/Config.in')
-rw-r--r-- | net/aria2/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |