mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-21 14:53:54 -09:00
BR2_PACKAGE_LIBCURL_OPENSSL is part of a "choice" option so it cannot be selected. What seems to be really be needed is HTTPS support in curl, so use the blind LIBCURL_FORCE_TLS option instead (openssl is already selected). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>