Skip to content
Snippets Groups Projects
Verified Commit 30fd6e3c authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: use ath10k-ct driver only on mox

parent ed54d838
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -92,9 +92,10 @@ end
-- Wifi
Install("hostapd-common", "wireless-tools", "wpad", "iw", "iwinfo", { priority = 40 })
Install("ath10k-firmware-qca988x", { priority = 40 })
if board == "mox" then
Install("mwifiex-sdio-firmware", { priority = 40 })
Install("mwifiex-sdio-firmware", "ath10k-firmware-qca988x-ct", { priority = 40 })
else
Install("ath10k-firmware-qca988x", { priority = 40 })
end
_END_FEATURE_GUARD_
......@@ -7,3 +7,6 @@ ledtrig-heartbeat
# SDIO Wi-Fi
mwlwifi
mwifiex-sdio
# PCIe Wi-Fi
ath10k-ct
......@@ -12,3 +12,6 @@ ledtrig-netdev
ledtrig-oneshot
ledtrig-timer
ledtrig-transient
# Wi-Fi drivers
ath10k
......@@ -4,3 +4,6 @@ hwmon-lm90
leds-gpio
input-gpio-keys
# Wi-Fi drivers
ath10k
# Wi-Fi drivers
ath10k
ath9k
# Firewall
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment