From cc5621ddb8585a93da64c1915721916af0e11957 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 23 Feb 2021 13:27:15 +0100 Subject: [PATCH] Remove no more needed alternative modprobeddb command for futex2/config_expert now that we are feeding the entries to defconfig dynamically. Thanks to @CodingKoopa for pointing it out --- linux-tkg-config/prepare | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 297b05a..116a45d 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1178,11 +1178,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\n read -rp "`echo $' > N/y : '`" CONDITIONMPDB; fi if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then - if [ "$_futex2" = "true" ] || [ "$_config_expert" = "true" ];then - make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt} - else - yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt} - fi + yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt} fi if [ true = "$_config_fragments" ]; then