mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +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")
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user