aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/curl/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/curl/Config.in b/package/network/utils/curl/Config.in
index 14d2047301..7a46e4e25a 100644
--- a/package/network/utils/curl/Config.in
+++ b/package/network/utils/curl/Config.in
@@ -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