Browse Source

Merge pull request #567 from widewing/master

aria2: enable bittorrent and metalink by default
Steven Barth 10 years ago
parent
commit
65655d7d69
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      net/aria2/Config.in

+ 2
- 2
net/aria2/Config.in View File

19
 config ARIA2_BITTORRENT
19
 config ARIA2_BITTORRENT
20
 	bool "Enable bittorrent support"
20
 	bool "Enable bittorrent support"
21
 	depends on ARIA2_OPENSSL
21
 	depends on ARIA2_OPENSSL
22
-	default n
22
+	default y
23
 
23
 
24
 config ARIA2_METALINK
24
 config ARIA2_METALINK
25
 	bool "Enable metalink support"
25
 	bool "Enable metalink support"
26
-	default N
26
+	default y
27
 
27
 
28
 endmenu
28
 endmenu