mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
curl: add LIBCURL_WEBSOCKETS flag
Signed-off-by: Peter van Dijk <peter@7bits.nl>
This commit is contained in:
committed by
Rosen Penev
parent
0ea0a5f707
commit
a33e08ec6b
@@ -45,6 +45,10 @@ config LIBCURL_HTTP
|
|||||||
bool "HTTP / HTTPS protocol"
|
bool "HTTP / HTTPS protocol"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config LIBCURL_WEBSOCKETS
|
||||||
|
bool "WebSockets protocol"
|
||||||
|
default n
|
||||||
|
|
||||||
config LIBCURL_COOKIES
|
config LIBCURL_COOKIES
|
||||||
bool "Enable Cookies support"
|
bool "Enable Cookies support"
|
||||||
depends on LIBCURL_HTTP
|
depends on LIBCURL_HTTP
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ PKG_CONFIG_DEPENDS:= \
|
|||||||
CONFIG_LIBCURL_FTP \
|
CONFIG_LIBCURL_FTP \
|
||||||
CONFIG_LIBCURL_GOPHER \
|
CONFIG_LIBCURL_GOPHER \
|
||||||
CONFIG_LIBCURL_HTTP \
|
CONFIG_LIBCURL_HTTP \
|
||||||
|
CONFIG_LIBCURL_WEBSOCKETS \
|
||||||
CONFIG_LIBCURL_IMAP \
|
CONFIG_LIBCURL_IMAP \
|
||||||
CONFIG_LIBCURL_LDAP \
|
CONFIG_LIBCURL_LDAP \
|
||||||
CONFIG_LIBCURL_LDAPS \
|
CONFIG_LIBCURL_LDAPS \
|
||||||
@@ -153,6 +154,7 @@ CONFIGURE_ARGS += \
|
|||||||
$(call autoconf_bool,CONFIG_LIBCURL_SMTP,smtp) \
|
$(call autoconf_bool,CONFIG_LIBCURL_SMTP,smtp) \
|
||||||
$(call autoconf_bool,CONFIG_LIBCURL_TELNET,telnet) \
|
$(call autoconf_bool,CONFIG_LIBCURL_TELNET,telnet) \
|
||||||
$(call autoconf_bool,CONFIG_LIBCURL_TFTP,tftp) \
|
$(call autoconf_bool,CONFIG_LIBCURL_TFTP,tftp) \
|
||||||
|
$(call autoconf_bool,CONFIG_LIBCURL_WEBSOCKETS,websockets) \
|
||||||
\
|
\
|
||||||
$(call autoconf_bool,CONFIG_LIBCURL_COOKIES,cookies) \
|
$(call autoconf_bool,CONFIG_LIBCURL_COOKIES,cookies) \
|
||||||
$(call autoconf_bool,CONFIG_LIBCURL_CRYPTO_AUTH,crypto-auth) \
|
$(call autoconf_bool,CONFIG_LIBCURL_CRYPTO_AUTH,crypto-auth) \
|
||||||
|
|||||||
Reference in New Issue
Block a user