Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new target ipq807x-generic and new device Xiaomi AX3600 #3354

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
"targets/generic",
"targets/targets.mk"
],
"ipq807x-generic": [
"targets/ipq807x-generic",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"lantiq-xrx200": [
"targets/lantiq-xrx200",
".github/workflows/build-gluon.yml",
Expand Down
7 changes: 7 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,13 @@ ipq806x-generic

- R7800

ipq807x-generic
---------------

* Xiaomi

- AX3600

lantiq-xrx200
-------------

Expand Down
11 changes: 11 additions & 0 deletions targets/ipq807x-generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- Xiaomi

device('xiaomi-ax3600', 'xiaomi_ax3600', {
factory = false,
packages = {
'-kmod-ath10k-ct-smallbuffers',
'-ath10k-firmware-qca9887-ct',
'-ath10k-board-qca9887',
'-kmod-ath10k-smallbuffers',}
})

1 change: 1 addition & 0 deletions targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,ipq807x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic))
Expand Down