packages/net/aria2/Config.in
widewing 2aa1428e14 aria2: enable bittorrent and metalink by default
Signed-off-by: Gavin Ni <gisngy@gmail.com>
2014-11-26 23:03:13 +08:00

28 lines
405 B
Text

menu "Aria2 configuration"
depends on PACKAGE_aria2
choice
prompt "SSL library"
default ARIA2_OPENSSL
config ARIA2_OPENSSL
bool "OpenSSL"
config ARIA2_GNUTLS
bool "GNUTLS"
config ARIA2_NOSSL
bool "No SSL support"
endchoice
config ARIA2_BITTORRENT
bool "Enable bittorrent support"
depends on ARIA2_OPENSSL
default y
config ARIA2_METALINK
bool "Enable metalink support"
default y
endmenu