Sfoglia il codice sorgente

curl: fix deprecated 'depends' syntax

This was introduced in r49183

Reported-by: swalker
Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 49192
Hauke Mehrtens 9 anni fa
parent
commit
fc7368fd82
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/network/utils/curl/Config.in

+ 1 - 1
package/network/utils/curl/Config.in

@@ -156,7 +156,7 @@ config LIBCURL_VERBOSE
 
 
 config LIBCURL_NTLM
 config LIBCURL_NTLM
 	bool "Enable NTLM support"
 	bool "Enable NTLM support"
-	depends LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+	depends on LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
 	default n
 	default n
 
 
 endif
 endif