Skip to content

Commit

Permalink
kernel: qca-ssdk: add IPQ6018 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaY-shi committed Nov 29, 2023
1 parent 526d916 commit 40d91a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/kernel/qca-ssdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ MAKE_FLAGS+= \

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

define Build/InstallDev
Expand Down

0 comments on commit 40d91a3

Please sign in to comment.