curl: remove axtls config option, the library does not exist in our tree
[openwrt/openwrt.git] / package / network / utils / curl / Config.in
index 14d2047301f7a057bf96302d735c409597da7463..1e98b3a598813e54f93ebbbdbd4e03bfecd7550b 100644 (file)
@@ -15,9 +15,6 @@ choice
        config LIBCURL_CYASSL
                bool "CyaSSL"
 
-       config LIBCURL_AXTLS
-               bool "axTLS"
-
        config LIBCURL_OPENSSL
                bool "OpenSSL"
 
@@ -156,7 +153,7 @@ config LIBCURL_VERBOSE
 
 config LIBCURL_NTLM
        bool "Enable NTLM support"
-       depends LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+       depends on LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
        default n
 
 endif