Skip to content
Snippets Groups Projects
Commit b9d7e6f0 authored by Nico's avatar Nico
Browse files

use CT firmware on AC Mesh and AC Mesh Pro

AC Mesh Pro is much more stable with CT firmware and can take a lot more
clients. This breaks 11s meshing on 5 GHz, but since these are outdoor
devices, this should not affect anyone.
parent a5c5d611
No related branches found
No related tags found
No related merge requests found
Pipeline #2699 failed
...@@ -170,3 +170,12 @@ if device({'zyxel-nwa55axe'}) then ...@@ -170,3 +170,12 @@ if device({'zyxel-nwa55axe'}) then
packages({'ffda-network-setup-mode'}) packages({'ffda-network-setup-mode'})
broken(false) broken(false)
end end
-- OOM, high load without CT Firmware. Tested on AC Mesh Pro. Suspected also AC Mesh affected.
if device({'ubiquiti-unifi-ac-mesh', 'ubiquiti-unifi-ac-mesh-pro'}) then
packages({
'-kmod-ath10k',
'kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca988x-ct'
})
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment