From ebd137735fa1c91de0524d74c58984c8a2c80c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz> Date: Thu, 15 Oct 2020 15:34:00 +0200 Subject: [PATCH] lists/pkglists/drivers: fix typo that prevented installation of ct-htt This typo caused that non htt drivers were always installed. --- lists/pkglists/drivers.lua.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/pkglists/drivers.lua.m4 b/lists/pkglists/drivers.lua.m4 index edd568528..451cf77f4 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 }) -- GitLab