buildroot: enable libcurl

This commit is contained in:
carbon
2024-04-09 15:27:18 +08:00
parent 1bd2e81d94
commit 248e8d1451
6 changed files with 48 additions and 0 deletions

View File

@ -395,6 +395,18 @@ BR2_PACKAGE_JSON_C=y
BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS=y
# BR2_PACKAGE_LIBCAMERA is not set
#
# Networking
#
BR2_PACKAGE_LIBCURL=y
BR2_PACKAGE_LIBCURL_CURL=y
BR2_PACKAGE_LIBCURL_VERBOSE=y
BR2_PACKAGE_LIBCURL_PROXY_SUPPORT=y
BR2_PACKAGE_LIBCURL_COOKIES_SUPPORT=y
BR2_PACKAGE_LIBCURL_EXTRA_PROTOCOLS_FEATURES=y
BR2_PACKAGE_LIBCURL_OPENSSL=y
# BR2_PACKAGE_LIBCURL_TLS_NONE is not set
#
# libcgroup needs a glibc toolchain w/ C++
#