aria2: Add SFTP support choice
[feed/packages.git] / net / aria2 / Config.in
index 6d884d696354e2c45a36c121e25f2dddebe33d9c..b0d7309d33c00320aeda1d65ff94a688426282e6 100644 (file)
@@ -19,10 +19,27 @@ 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
+
+config ARIA2_SFTP
+        bool "Enable sftp support"
+        default n
+
+choice
+       prompt "XML library"
+       default ARIA2_EXPAT
+       depends on ARIA2_METALINK
+
+config ARIA2_EXPAT
+       bool "EXPAT"
+
+config ARIA2_LIBXML2
+       bool "LIBXML2"
+
+endchoice
 
 endmenu