Skip to content
Snippets Groups Projects
Unverified Commit 4a00b8ae authored by Magnus Frühling's avatar Magnus Frühling Committed by GitHub
Browse files

ipq40xx: use ath10k-smallbuffers for ZyXEL WRE6606 (#2842)


The WRE6066, has in contrast to other ip40xx devices, has only 128MB system RAM.
This results in OOM situations and instability, to circumvent this we need
to use ath10k-smallbuffers.

Signed-off-by: default avatarskorpy <skorpy@frankfurt.ccc.de>
parent f3b25c1e
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,14 @@ local ATH10K_PACKAGES_IPQ40XX_QCA9888 = { ...@@ -14,6 +14,14 @@ local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {
'ath10k-firmware-qca9888', 'ath10k-firmware-qca9888',
'-ath10k-firmware-qca9888-ct', '-ath10k-firmware-qca9888-ct',
} }
local ATH10K_PACKAGES_IPQ40XX_SMALLBUFFERS = {
'-kmod-ath10k',
'kmod-ath10k-smallbuffers',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca4019',
'-ath10k-firmware-qca4019-ct',
}
defaults { defaults {
...@@ -122,6 +130,7 @@ device('plasma-cloud-pa2200', 'plasmacloud_pa2200', { ...@@ -122,6 +130,7 @@ device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
device('zyxel-nbg6617', 'zyxel_nbg6617') device('zyxel-nbg6617', 'zyxel_nbg6617')
device('zyxel-wre6606', 'zyxel_wre6606', { device('zyxel-wre6606', 'zyxel_wre6606', {
packages = ATH10K_PACKAGES_IPQ40XX_SMALLBUFFERS,
factory = false, factory = false,
class = 'tiny', -- 128M ath10k + ath10k class = 'tiny', -- 128M ath10k + ath10k
}) })
......
  • Nico @nrb

    mentioned in commit 48b017b1

    ·

    mentioned in commit 48b017b1

    Toggle commit list
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