From 1d044076d9853dd51ab5c8806d99de476ec4fe4d Mon Sep 17 00:00:00 2001 From: Shi JiaYang Date: Sun, 16 Jun 2024 02:34:50 +0800 Subject: [PATCH] qca-nss-macsec: add ipq6018 support --- qca-nss-macsec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qca-nss-macsec/Makefile b/qca-nss-macsec/Makefile index 2bce491..de99d6e 100644 --- a/qca-nss-macsec/Makefile +++ b/qca-nss-macsec/Makefile @@ -50,9 +50,9 @@ endef ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x") SOC=ipq807x_64 subtarget:=$(CONFIG_TARGET_SUBTARGET) -else ifeq ($(CONFIG_TARGET_BOARD), "ipq60xx") +else ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq60xx") SOC=ipq60xx_64 - subtarget:=$(SUBTARGET) + subtarget:=$(CONFIG_TARGET_SUBTARGET) endif define Build/Compile