diff options
author | Christoph Krapp <achterin@googlemail.com> | 2020-01-02 10:30:37 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 19:36:45 +0100 |
commit | 7bef62de79fefae588a970bedab5c18a159b5539 (patch) | |
tree | 221927d139814bbd6ced4396b94e772d97bee344 /target | |
parent | c2ef6c2148079eeed4076de9062e86c5e0ba9c3e (diff) | |
download | upstream-7bef62de79fefae588a970bedab5c18a159b5539.tar.gz upstream-7bef62de79fefae588a970bedab5c18a159b5539.tar.bz2 upstream-7bef62de79fefae588a970bedab5c18a159b5539.zip |
ath79: use ath10k-ct-smallbuffers for TP-Link RE355/RE450 v1
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 97c4bb9441..603cacdaf2 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -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 |