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

ipq807x-generic: Adding support for Xiaomi AX3600 based on official OpenWRT Target closes #3032 #3344

Closed
Closed
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
10 changes: 10 additions & 0 deletions targets/ipq807x-generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, in the Heading of the comment I inserted AX3200... it is the AX3600.

Update targets.mk >>>adding ipq807x,generic to support Xiaomi AX3600 …
…Router

The Xiaomi AX3600 is now directly supported in the official OpenWRT Tree so there is no work around needed anymore.
You just have to remove the drivers for the third WLAN radio and everything works fine as expected.

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
Loading