From: Steven Barth Date: Sun, 30 Nov 2014 16:53:09 +0000 (+0100) Subject: Revert "aria2: enable bittorrent and metalink by default" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b8aeb50029bb3a46517bd0508b05925bd793f0c;p=openwrt-packages.git Revert "aria2: enable bittorrent and metalink by default" As per maintainer's request. Signed-off-by: Steven Barth --- diff --git a/net/aria2/Config.in b/net/aria2/Config.in index 6d884d696..ec21fafe7 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 y + default n config ARIA2_METALINK bool "Enable metalink support" - default y + default N endmenu