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
master
Tk-Glitch 2021-02-23 13:27:15 +07:00
parent f3eba51c33
commit cc5621ddb8
1 changed files with 1 additions and 5 deletions

@ -1178,12 +1178,8 @@ 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
fi
if [ true = "$_config_fragments" ]; then
local fragments=()