curl: fix deprecated 'depends' syntax
[openwrt.git] / package / network / utils / curl / Config.in
index 14d2047..7a46e4e 100644 (file)
@@ -156,7 +156,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