projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a508d
)
curl: fix deprecated 'depends' syntax
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 17 Apr 2016 15:35:18 +0000
(15:35 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 17 Apr 2016 15:35:18 +0000
(15:35 +0000)
This was introduced in r49183
Reported-by: swalker
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49192
package/network/utils/curl/Config.in
patch
|
blob
|
history
diff --git
a/package/network/utils/curl/Config.in
b/package/network/utils/curl/Config.in
index 14d2047301f7a057bf96302d735c409597da7463..7a46e4e25a3c0453152d7c410e83db58c22c4b35 100644
(file)
--- 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