mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-18 09:11:43 +00:00
qca-nss-macsec: add ipq6018 support
This commit is contained in:
parent
5fa030cfed
commit
1d044076d9
@ -50,9 +50,9 @@ endef
|
|||||||
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
|
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
|
||||||
SOC=ipq807x_64
|
SOC=ipq807x_64
|
||||||
subtarget:=$(CONFIG_TARGET_SUBTARGET)
|
subtarget:=$(CONFIG_TARGET_SUBTARGET)
|
||||||
else ifeq ($(CONFIG_TARGET_BOARD), "ipq60xx")
|
else ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq60xx")
|
||||||
SOC=ipq60xx_64
|
SOC=ipq60xx_64
|
||||||
subtarget:=$(SUBTARGET)
|
subtarget:=$(CONFIG_TARGET_SUBTARGET)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user