aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic.mk
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2020-01-14 17:40:04 +0100
committerJohn Crispin <john@phrozen.org>2020-01-15 19:53:49 +0100
commit2248df303def0a9a93467b05288acd3b51da1d75 (patch)
tree072c2cf522352e261da63ecc88881360c9345686 /target/linux/ath79/image/generic.mk
parent9b25f833eb840527d07c47930de2c769115844f3 (diff)
downloadupstream-2248df303def0a9a93467b05288acd3b51da1d75.tar.gz
upstream-2248df303def0a9a93467b05288acd3b51da1d75.tar.bz2
upstream-2248df303def0a9a93467b05288acd3b51da1d75.zip
ath79: wlr-7100: use ath10k-ct smallbuffers package variant
The memory hacks got removed from ath10k with 1e27bef ("mac80211: remove ath10k_pci memory hacks"). As this device has low amount of RAM, switch to ath-10k-ct small buffers variant, to avoid the OOM Reaper. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r--target/linux/ath79/image/generic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 18dad80d5d..abc6f96a80 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -986,7 +986,7 @@ define Device/sitecom_wlr-7100
DEVICE_VENDOR := Sitecom
DEVICE_MODEL := WLR-7100
DEVICE_VARIANT := v1 002
- DEVICE_PACKAGES := ath10k-firmware-qca988x kmod-ath10k kmod-usb2
+ DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct-smallbuffers kmod-usb2
IMAGES += factory.dlf
IMAGE/factory.dlf := append-kernel | pad-to $$$$(BLOCKSIZE) | \
append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | \