diff --git a/qca-nss-crypto/Makefile b/qca-nss-crypto/Makefile index f9ff009..6b4f84c 100644 --- a/qca-nss-crypto/Makefile +++ b/qca-nss-crypto/Makefile @@ -28,7 +28,10 @@ define KernelPackage/qca-nss-crypto SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Cryptographic API modules - DEPENDS:=@TARGET_qualcommax +kmod-qca-nss-drv +nss-eip-firmware +@NSS_DRV_CRYPTO_ENABLE + DEPENDS:=@(TARGET_qualcommax||TARGET_ipq806x) \ + +kmod-qca-nss-drv \ + +@NSS_DRV_CRYPTO_ENABLE \ + +@(TARGET_qualcommax_ipq807x||TARGET_qualcommax_ipq60xx):nss-eip-firmware 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