aria2: enable bittorrent and metalink by default

Signed-off-by: Gavin Ni <gisngy@gmail.com>
This commit is contained in:
widewing 2014-11-26 22:07:48 +08:00 committed by Gavin Ni
parent 6c97ad84be
commit 2aa1428e14

View file

@ -19,10 +19,10 @@ endchoice
config ARIA2_BITTORRENT config ARIA2_BITTORRENT
bool "Enable bittorrent support" bool "Enable bittorrent support"
depends on ARIA2_OPENSSL depends on ARIA2_OPENSSL
default n default y
config ARIA2_METALINK config ARIA2_METALINK
bool "Enable metalink support" bool "Enable metalink support"
default N default y
endmenu endmenu