mirror of
https://github.com/optim-enterprises-bv/openwrt-ipq.git
synced 2025-10-29 09:23:01 +00:00
qualcommax: set non-ct ath10k as default
The firmware for 'ct' does not support ethernet frames, which is required for partial offload with mac80211 Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
@@ -205,7 +205,7 @@ define Device/linksys_mx5300
|
||||
$(call Device/linksys_mx)
|
||||
DEVICE_MODEL := MX5300
|
||||
DEVICE_PACKAGES += kmod-rtc-ds1307 ipq-wifi-linksys_mx5300 \
|
||||
kmod-ath10k-ct ath10k-firmware-qca9984-ct
|
||||
kmod-ath10k ath10k-firmware-qca9984
|
||||
endef
|
||||
TARGET_DEVICES += linksys_mx5300
|
||||
|
||||
@@ -386,7 +386,7 @@ define Device/xiaomi_ax3600
|
||||
DEVICE_DTS_CONFIG := config@ac04
|
||||
SOC := ipq8071
|
||||
KERNEL_SIZE := 36608k
|
||||
DEVICE_PACKAGES := ipq-wifi-xiaomi_ax3600 kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct
|
||||
DEVICE_PACKAGES := ipq-wifi-xiaomi_ax3600 kmod-ath10k-smallbuffers ath10k-firmware-qca9887
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
ARTIFACTS := initramfs-factory.ubi
|
||||
ARTIFACT/initramfs-factory.ubi := append-image-stage initramfs-uImage.itb | ubinize-kernel
|
||||
@@ -405,7 +405,7 @@ define Device/xiaomi_ax9000
|
||||
SOC := ipq8072
|
||||
KERNEL_SIZE := 57344k
|
||||
DEVICE_PACKAGES := ipq-wifi-xiaomi_ax9000 kmod-ath11k-pci ath11k-firmware-qcn9074 \
|
||||
kmod-ath10k-ct ath10k-firmware-qca9887-ct
|
||||
kmod-ath10k ath10k-firmware-qca9887
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
ARTIFACTS := initramfs-factory.ubi
|
||||
ARTIFACT/initramfs-factory.ubi := append-image-stage initramfs-uImage.itb | ubinize-kernel
|
||||
|
||||
Reference in New Issue
Block a user