소스 검색

Merge pull request #567 from widewing/master

aria2: enable bittorrent and metalink by default
Steven Barth 10 년 전
부모
커밋
65655d7d69
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      net/aria2/Config.in

+ 2
- 2
net/aria2/Config.in 파일 보기

@@ -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