From 537ba600e9e84270190990c340ec4a75eaf825f0 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 7 Oct 2024 17:09:39 +0200 Subject: [PATCH] Add libopenssl-devcrypto to be installed in openwrt-configure.sh script --- openwrt-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt-configure.sh b/openwrt-configure.sh index 603adc8..07aa0c9 100755 --- a/openwrt-configure.sh +++ b/openwrt-configure.sh @@ -45,7 +45,7 @@ if [ -n "$CRYPTO_LIB" ]; then if [[ "$CRYPTO_LIB" =~ ^(Wolfssl|wolfssl)$ ]]; then FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -libustream-mbedtls -libmbedtls libustream-wolfssl wpad-wolfssl" elif [[ "$CRYPTO_LIB" =~ ^(Openssl|openssl)$ ]]; then - FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -libustream-mbedtls -libmbedtls libustream-openssl wpad-openssl" + FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -libustream-mbedtls -libmbedtls libustream-openssl wpad-openssl libopenssl-devcrypto" fi fi