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>
This commit is contained in:
parent
f76693c9d5
commit
6c1fe1ad7a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue