aria2: Enable Bittorrent support by default
authorHsing-Wang Liao <kuoruan@gmail.com>
Tue, 15 Aug 2017 06:17:17 +0000 (14:17 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Fri, 25 Aug 2017 05:51:45 +0000 (13:51 +0800)
Most user need this Bittorrent download support, and this fature can only depends on libssl.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
net/aria2/Config.in

index 923acdf59833343e17d65d5f4a4733cdf8d6e187..d7d63f8f105c69d2d729152e0e24a30c551c2e4c 100644 (file)
@@ -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"