This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#567
from widewing/master
aria2: enable bittorrent and metalink by default
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
6c97ad84be
2aa1428e14
commit
65655d7d69
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
net/aria2/Config.in
+ 2
- 2
net/aria2/Config.in
View 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
Write
Preview
Loading…
Cancel
Save