mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
qca-nss-clients: fix ipq60xx support
This commit is contained in:
parent
3251554ab6
commit
fb38cf637f
@ -54,9 +54,9 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
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)
|
||||||
else
|
else
|
||||||
SOC=$(CONFIG_TARGET_BOARD)
|
SOC=$(CONFIG_TARGET_BOARD)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user