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

lists/pkglists/drivers: fix typo that prevented installation of ct-htt

This typo caused that non htt drivers were always installed.
parent 16e891a9
Branches
Tags
1 merge request!268lists/pkglists/drivers: fix typo that prevented installation of ct-htt
......@@ -4,7 +4,7 @@ if options then
if options.ath10k_ct or options.ath10k_ct_htt then
Install("kmod-ath10k-ct", { priority = 40 })
if options.ath10_ct_htt then
if options.ath10k_ct_htt then
Install("ath10k-firmware-qca988x-ct-htt", { priority = 40 })
else
Install("ath10k-firmware-qca988x-ct", { priority = 40 })
......
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