From: Hauke Mehrtens Date: Sun, 17 Apr 2016 15:35:18 +0000 (+0000) Subject: curl: fix deprecated 'depends' syntax X-Git-Tag: reboot~52 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=fc7368fd82fbfd4f3e89a407a2c2226d38eb6d74 curl: fix deprecated 'depends' syntax This was introduced in r49183 Reported-by: swalker Signed-off-by: Hauke Mehrtens SVN-Revision: 49192 --- 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