Author: hauke
Date: 2016-04-17 17:35:18 +0200 (Sun, 17 Apr 2016)
New Revision: 49192

Modified:
   trunk/package/network/utils/curl/Config.in
Log:
curl: fix deprecated 'depends' syntax

This was introduced in r49183

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


Modified: trunk/package/network/utils/curl/Config.in
===================================================================
--- trunk/package/network/utils/curl/Config.in  2016-04-17 15:16:12 UTC (rev 
49191)
+++ trunk/package/network/utils/curl/Config.in  2016-04-17 15:35:18 UTC (rev 
49192)
@@ -156,7 +156,7 @@
 
 config LIBCURL_NTLM
        bool "Enable NTLM support"
-       depends LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
+       depends on LIBCURL_CRYPTO_AUTH && !LIBCURL_NOSSL
        default n
 
 endif
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to