Add libopenssl-devcrypto to be installed in openwrt-configure.sh script

This commit is contained in:
Daniel Pawlik
2024-10-07 17:09:39 +02:00
parent 850782323d
commit 537ba600e9

View File

@@ -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