ath79: wlr-7100: use ath10k-ct smallbuffers package variant
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Tue, 14 Jan 2020 16:40:04 +0000 (17:40 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 15 Jan 2020 18:53:49 +0000 (19:53 +0100)
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>
target/linux/ath79/image/generic.mk

index 18dad80d5d93fdd4fb92ca459c94ae84f79cac2a..abc6f96a802289fe280b31b90328ce79696ff594 100644 (file)
@@ -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) | \