From 3251554ab64a92fcd5e071983e37334e70f40a93 Mon Sep 17 00:00:00 2001 From: JiaY-shi Date: Wed, 28 Feb 2024 15:11:38 +0800 Subject: [PATCH] qca-nss-cfi: fix ipq60xx support --- qca-nss-cfi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qca-nss-cfi/Makefile b/qca-nss-cfi/Makefile index f7197e3..27e4f38 100644 --- a/qca-nss-cfi/Makefile +++ b/qca-nss-cfi/Makefile @@ -14,7 +14,7 @@ PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/package.mk -ifneq (, $(findstring $(CONFIG_TARGET_SUBTARGET), "ipq807x")) +ifneq (, $(findstring $(CONFIG_TARGET_SUBTARGET), "ipq807x" "ipq60xx")) #4.4/5.4 + ipq807x/ipq60xx/ipq50xx CFI_OCF_DIR:=ocf/v2.0 CFI_CRYPTOAPI_DIR:=cryptoapi/v2.0