Browse Source

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>
lilik-openwrt-22.03
Hsing-Wang Liao 7 years ago
committed by Yousong Zhou
parent
commit
6c1fe1ad7a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/aria2/Config.in

+ 1
- 1
net/aria2/Config.in View 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"


Loading…
Cancel
Save