From: widewing Date: Wed, 26 Nov 2014 14:07:48 +0000 (+0800) Subject: aria2: enable bittorrent and metalink by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2aa1428e14b993f2e3adb371cb93bf1dc82bb03e;p=openwrt-packages.git aria2: enable bittorrent and metalink by default Signed-off-by: Gavin Ni --- diff --git a/net/aria2/Config.in b/net/aria2/Config.in index ec21fafe7..6d884d696 100644 --- a/net/aria2/Config.in +++ b/net/aria2/Config.in @@ -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