diff options
author | Steven Barth <steven@midlink.org> | 2014-11-27 08:23:39 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-11-27 08:23:39 +0100 |
commit | 65655d7d69efd831f44a78d3fa998ecd2bfd451b (patch) | |
tree | a9669da11ffcc34fb5c92e49aa59252253deda48 | |
parent | 6c97ad84beb47ab94d34e0f9cb528c2814d0230e (diff) | |
parent | 2aa1428e14b993f2e3adb371cb93bf1dc82bb03e (diff) |
Merge pull request #567 from widewing/master
aria2: enable bittorrent and metalink by default
-rw-r--r-- | net/aria2/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aria2/Config.in b/net/aria2/Config.in index ec21fafe7..6d884d696 100644 --- a/net/aria2/Config.in +++ b/net/aria2/Config.in @@ -19,10 +19,10 @@ endchoice config ARIA2_BITTORRENT bool "Enable bittorrent support" depends on ARIA2_OPENSSL - default n + default y config ARIA2_METALINK bool "Enable metalink support" - default N + default y endmenu |