From db6ed41e3282f85b5ac4f4e2c39389f777ecc651 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 13 Jun 2024 17:08:23 +0200 Subject: [PATCH] Update openssl and wolfssl config --- configs/common/openssl | 2 ++ configs/common/wolfssl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/common/openssl b/configs/common/openssl index 6ad6461..ec2c4c3 100644 --- a/configs/common/openssl +++ b/configs/common/openssl @@ -1,6 +1,8 @@ #### replace mbedtls with openssl - remember to leave commented "is not set" ! +CONFIG_PACKAGE_libustream-openssl=y CONFIG_PACKAGE_luci-ssl-openssl=y CONFIG_PACKAGE_wpad-openssl=y # CONFIG_PACKAGE_wpad-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-openssl is not set +# CONFIG_PACKAGE_libustream-mbedtls is not set diff --git a/configs/common/wolfssl b/configs/common/wolfssl index 12f8385..cacef45 100644 --- a/configs/common/wolfssl +++ b/configs/common/wolfssl @@ -1,5 +1,7 @@ +CONFIG_PACKAGE_libustream-wolfssl=y CONFIG_PACKAGE_luci-ssl-wolfssl=y CONFIG_PACKAGE_wpad-wolfssl=y # CONFIG_PACKAGE_wpad-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-openssl is not set +# CONFIG_PACKAGE_libustream-mbedtls is not set