Skip to content
Snippets Groups Projects
Commit f94b4d58 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 33a805d7
Branches
Tags
No related merge requests found
...@@ -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.
Please register or to comment