aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/mikrotik.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-09-05 14:51:44 +0200
committerJohn Crispin <john@phrozen.org>2018-09-26 16:39:44 +0200
commit61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f (patch)
treefb05b3965b058d80e90e3a2d567da431418a401d /target/linux/ar71xx/image/mikrotik.mk
parentde1c58a64bd66319e770d2587da07d8c9c90174a (diff)
downloadupstream-61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f.tar.gz
upstream-61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f.tar.bz2
upstream-61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f.zip
mac80211: make ath10k-ct the default ath10k
We select ath10k-ct by default, but it is still possible to build the upstream version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/image/mikrotik.mk')
-rw-r--r--target/linux/ar71xx/image/mikrotik.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk
index afef8f7618..8f9234901a 100644
--- a/target/linux/ar71xx/image/mikrotik.mk
+++ b/target/linux/ar71xx/image/mikrotik.mk
@@ -35,7 +35,7 @@ define Device/nand-large-ac
$(Device/mikrotik-nand)
MIKROTIK_CHUNKSIZE := 2048
DEVICE_TITLE := MikroTik RouterBoard (>= 128 MB NAND, 802.11ac)
- DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
+ DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
SUPPORTED_DEVICES := rb-921gs-5hpacd-r2
endef
TARGET_DEVICES += nand-large-ac
@@ -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 ath10k-firmware-qca988x ath10k-firmware-qca9887 kmod-usb-ehci
+ DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct ath10k-firmware-qca9887-ct kmod-usb-ehci
SUPPORTED_DEVICES += rb-wapg-5hact2hnd
endef
TARGET_DEVICES += rb-nor-flash-16M-ac