diff options
author | widewing <gisngy@gmail.com> | 2014-11-26 22:07:48 +0800 |
---|---|---|
committer | Gavin Ni <gisngy@gmail.com> | 2014-11-26 23:03:13 +0800 |
commit | 2aa1428e14b993f2e3adb371cb93bf1dc82bb03e (patch) | |
tree | a9669da11ffcc34fb5c92e49aa59252253deda48 | |
parent | 6c97ad84beb47ab94d34e0f9cb528c2814d0230e (diff) |
aria2: enable bittorrent and metalink by default
Signed-off-by: Gavin Ni <gisngy@gmail.com>
-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 |