Merge pull request #567 from widewing/master

aria2: enable bittorrent and metalink by default
This commit is contained in:
Steven Barth 2014-11-27 08:23:39 +01:00
commit 65655d7d69

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