From 9a35375fef0f94c5e4b1dd927a3492d237867a69 Mon Sep 17 00:00:00 2001 From: Qosmio Date: Mon, 19 Feb 2024 02:24:12 -0500 Subject: [PATCH] nss-crypto: Require symbol NSS_DRV_CRYPTO_ENABLE --- qca-nss-crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qca-nss-crypto/Makefile b/qca-nss-crypto/Makefile index 19b5513..7879c19 100644 --- a/qca-nss-crypto/Makefile +++ b/qca-nss-crypto/Makefile @@ -26,7 +26,7 @@ define KernelPackage/qca-nss-crypto SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Cryptographic API modules - DEPENDS:=@TARGET_qualcommax +kmod-qca-nss-drv + DEPENDS:=@TARGET_qualcommax +kmod-qca-nss-drv +@NSS_DRV_CRYPTO_ENABLE TITLE:=Kernel driver for NSS crypto driver FILES:=$(PKG_BUILD_DIR)/$(NSS_CRYPTO_DIR)/src/qca-nss-crypto.ko \ $(PKG_BUILD_DIR)/$(NSS_CRYPTO_DIR)/tool/qca-nss-crypto-tool.ko