From f964aaeab5856fcd6e7a6dd3f8866b22fd800d43 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 5 Sep 2022 19:23:03 +0200 Subject: [PATCH] Silence more undesirable modprobed-db config prompts --- linux-tkg-config/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 914ddac..61aa636 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1498,7 +1498,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r fi # Workaround for: https://github.com/Tk-Glitch/PKGBUILDS/issues/404. # Long live #404! - _disable "GPIO_BT8XX" "SND_SE6X" + _disable "GPIO_BT8XX" "SND_SE6X" "SENSORS_ADM1021" "SENSORS_MAX6642" "SENSORS_ASUS_WMI_EC" make LSMOD=$_modprobeddb_db_path localmodconfig ${llvm_opt} fi