aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic-ubnt.mk
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2018-12-17 01:58:49 +0100
committerChristian Lamparter <chunkeey@gmail.com>2018-12-17 14:22:28 +0100
commitf54ac91ef5e37046e942b485e22912385251ae82 (patch)
tree1fbb8212e332c454213099845b26dd5472cbd26d /target/linux/ath79/image/generic-ubnt.mk
parent4472df23dae23878a75707e2803a9070ad3eb138 (diff)
downloadupstream-f54ac91ef5e37046e942b485e22912385251ae82.tar.gz
upstream-f54ac91ef5e37046e942b485e22912385251ae82.tar.bz2
upstream-f54ac91ef5e37046e942b485e22912385251ae82.zip
ar71xx/ath79: switch devices to the -ct driver and firmware
Since commit 61b5b4971e7 ("mac80211: make ath10k-ct the default ath10k") select ath10k-ct and the -ct firmwares by default. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r--target/linux/ath79/image/generic-ubnt.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index cb65aede5e..681c14dfb6 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -116,7 +116,7 @@ TARGET_DEVICES += ubnt_nano-m
define Device/ubnt_lap-120
$(Device/ubnt-wa)
DEVICE_TITLE := Ubiquiti LiteAP ac (LAP-120)
- DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
+ DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE_SIZE := 15744k
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef
@@ -125,7 +125,7 @@ TARGET_DEVICES += ubnt_lap-120
define Device/ubnt_nanostation-ac
$(Device/ubnt-wa)
DEVICE_TITLE := Ubiquiti Nanostation AC
- DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
+ DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE_SIZE := 15744k
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef
@@ -134,7 +134,7 @@ TARGET_DEVICES += ubnt_nanostation-ac
define Device/ubnt_nanostation-ac-loco
$(Device/ubnt-wa)
DEVICE_TITLE := Ubiquiti Nanostation AC loco
- DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
+ DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE_SIZE := 15744k
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef