bf6b1156f5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40292 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 lines
405 B
Plaintext
29 lines
405 B
Plaintext
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 n
|
|
|
|
config ARIA2_METALINK
|
|
bool "Enable metalink support"
|
|
default N
|
|
|
|
endmenu
|