Selaa lähdekoodia

Merge pull request #567 from widewing/master

aria2: enable bittorrent and metalink by default
Steven Barth 10 vuotta sitten
vanhempi
commit
65655d7d69
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      net/aria2/Config.in

+ 2
- 2
net/aria2/Config.in Näytä tiedosto

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