projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c97ad8
)
aria2: enable bittorrent and metalink by default
567/head
author
widewing
<gisngy@gmail.com>
Wed, 26 Nov 2014 14:07:48 +0000
(22:07 +0800)
committer
Gavin Ni
<gisngy@gmail.com>
Wed, 26 Nov 2014 15:03:13 +0000
(23:03 +0800)
Signed-off-by: Gavin Ni <gisngy@gmail.com>
net/aria2/Config.in
patch
|
blob
|
history
diff --git
a/net/aria2/Config.in
b/net/aria2/Config.in
index ec21fafe7dab98d5a081308ec3669b95f3e07bc4..6d884d696354e2c45a36c121e25f2dddebe33d9c 100644
(file)
--- 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