ath79: use ath10k-ct-smallbuffers for TP-Link RE355/RE450 v1
authorChristoph Krapp <achterin@googlemail.com>
Thu, 2 Jan 2020 09:30:37 +0000 (10:30 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Jan 2020 18:36:45 +0000 (19:36 +0100)
Both devices are available in 64M and 128M RAM configurations but there
is no visial indication which configuration one might get.
So just to be sure we properly support both configurations switch to
kmod-atk10k-ct-smallbuffers.

Signed-off-by: Christoph Krapp <achterin@googlemail.com>
target/linux/ath79/image/generic-tp-link.mk

index 97c4bb9441e82f13c07d65ffed1eb04e84947bed..603cacdaf2b6c209258a3c3da20b5884e2ef8c5a 100644 (file)
@@ -337,7 +337,7 @@ define Device/tplink_rex5x-v1
   $(Device/tplink-safeloader)
   SOC := qca9558
   IMAGE_SIZE := 6016k
-  DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
+  DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
   TPLINK_HWID := 0x0
   TPLINK_HWREV := 0
 endef