Browse Source

aria2: enable bittorrent and metalink by default

Signed-off-by: Gavin Ni <gisngy@gmail.com>
lilik-openwrt-22.03
widewing 10 years ago
committed by Gavin Ni
parent
commit
2aa1428e14
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,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

Loading…
Cancel
Save