diff --git a/lists/pkglists/drivers.lua.m4 b/lists/pkglists/drivers.lua.m4 index edd568528ec63bb26cd6ac26de5f4d423bcd27e6..451cf77f48d0790462f8e75b2cde1cde294a5503 100644 --- a/lists/pkglists/drivers.lua.m4 +++ b/lists/pkglists/drivers.lua.m4 @@ -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 })