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