mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
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>
This commit is contained in:
parent
c2ef6c2148
commit
7bef62de79
@ -337,7 +337,7 @@ define Device/tplink_rex5x-v1
|
|||||||
$(Device/tplink-safeloader)
|
$(Device/tplink-safeloader)
|
||||||
SOC := qca9558
|
SOC := qca9558
|
||||||
IMAGE_SIZE := 6016k
|
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_HWID := 0x0
|
||||||
TPLINK_HWREV := 0
|
TPLINK_HWREV := 0
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user