diff options
author | Thomas Nixon <tom@tomn.co.uk> | 2020-01-05 21:38:36 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-01-15 23:15:19 +0100 |
commit | 788c8485eb5b71ef7e7b2a2d3077772e526e9746 (patch) | |
tree | b23132ffd2489924655fd3e7e5576ebc6181068c /target/linux/ar71xx/image/mikrotik.mk | |
parent | 5adca1cf2abc0c320be082522ab1ec747c7157b7 (diff) | |
download | upstream-788c8485eb5b71ef7e7b2a2d3077772e526e9746.tar.gz upstream-788c8485eb5b71ef7e7b2a2d3077772e526e9746.tar.bz2 upstream-788c8485eb5b71ef7e7b2a2d3077772e526e9746.zip |
ar71xx/mikrotik: use ath10k-ct-smallbuffers for 64 MiB devices
This image is only needed on one device (wAP AC); since this target is
going to be removed anyway it doesn't make sense to add an extra "low
RAM" image.
Fixes OOM issues on RouterBoard wAP AC.
Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
Diffstat (limited to 'target/linux/ar71xx/image/mikrotik.mk')
-rw-r--r-- | target/linux/ar71xx/image/mikrotik.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk index 91b11f3c7f..dbbccb1c3f 100644 --- a/target/linux/ar71xx/image/mikrotik.mk +++ b/target/linux/ar71xx/image/mikrotik.mk @@ -55,7 +55,7 @@ TARGET_DEVICES += rb-nor-flash-16M define Device/rb-nor-flash-16M-ac $(Device/rb-nor-flash-16M) DEVICE_TITLE := MikroTik RouterBoard (16 MB SPI NOR, 802.11ac) - DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct ath10k-firmware-qca9887-ct kmod-usb-ehci + DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct ath10k-firmware-qca9887-ct kmod-usb-ehci SUPPORTED_DEVICES += rb-wapg-5hact2hnd endef TARGET_DEVICES += rb-nor-flash-16M-ac |