Skip to content

Commit

Permalink
qca-ssdk: add support for ipq60xx
Browse files Browse the repository at this point in the history
IPQ60xx uses a different codename for SSDK, so lets pass the correct one
as otherwise SSDK asumes we are building for the old MIPS SoC-s.

Signed-off-by: Robert Marko <[email protected]>
[ drop outdated commit description info ]
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
robimarko authored and Ansuel committed Feb 9, 2024
1 parent 5a016cc commit a79efe4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/kernel/qca-ssdk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=qca-ssdk
PKG_RELEASE:=4
PKG_RELEASE:=5

PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-ssdk.git
PKG_SOURCE_PROTO:=git
Expand Down Expand Up @@ -53,6 +53,10 @@ ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
MAKE_FLAGS+= CHIP_TYPE=HPPE
endif

ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq60xx")
MAKE_FLAGS+= CHIP_TYPE=CPPE
endif

define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/qca-ssdk
$(INSTALL_DIR) $(1)/usr/include/qca-ssdk/api
Expand Down

0 comments on commit a79efe4

Please sign in to comment.