aria2: enable bittorrent and metalink by default 567/head
authorwidewing <gisngy@gmail.com>
Wed, 26 Nov 2014 14:07:48 +0000 (22:07 +0800)
committerGavin 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

index ec21fafe7dab98d5a081308ec3669b95f3e07bc4..6d884d696354e2c45a36c121e25f2dddebe33d9c 100644 (file)
@@ -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