diff options
author | John Crispin <john@phrozen.org> | 2018-09-05 14:51:44 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-09-26 16:39:44 +0200 |
commit | 61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f (patch) | |
tree | fb05b3965b058d80e90e3a2d567da431418a401d /target/linux/mvebu/image | |
parent | de1c58a64bd66319e770d2587da07d8c9c90174a (diff) | |
download | upstream-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/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/cortex-a9.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortex-a9.mk index 6bc6269da6..917228c429 100644 --- a/target/linux/mvebu/image/cortex-a9.mk +++ b/target/linux/mvebu/image/cortex-a9.mk @@ -162,7 +162,7 @@ define Device/turris-omnia DEVICE_TITLE := Turris Omnia DEVICE_PACKAGES := \ mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ - wpad-mini kmod-ath9k kmod-ath10k ath10k-firmware-qca988x + wpad-mini kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct IMAGES := $$(IMAGE_PREFIX)-sysupgrade.img.gz omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz IMAGE/$$(IMAGE_PREFIX)-sysupgrade.img.gz := boot-img | sdcard-img | gzip | append-metadata IMAGE/omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz := omnia-medkit-initramfs | gzip |