summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-24 04:28:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-24 04:35:58 +0100
commit2a52816a8883f8bb6d95b3ee8f3be9ddde0a71a4 (patch)
tree0de8c890784785ab430e011e9af3a8c4994eb1e1 /target
parentd2537267bbf29e1acae833b5da7831f628b5146c (diff)
fix build when SSL headers are not installed on the build host
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.tools4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
index cdeeb90ed..d60b42a08 100644
--- a/target/config/Config.in.tools
+++ b/target/config/Config.in.tools
@@ -39,9 +39,9 @@ config ADK_HOST_BUILD_LIBTOOL
bool
default y
-config ADK_HOST_BUILD_LIBRESSL
+config ADK_HOST_BUILD_OPENSSL
bool
- default n
+ default y
config ADK_HOST_BUILD_PKGCONF
bool