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,11 +1178,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\n
read -rp "`echo $' > N/y : '`" CONDITIONMPDB; read -rp "`echo $' > N/y : '`" CONDITIONMPDB;
fi fi
if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then if [[ "$CONDITIONMPDB" =~ [yY] ]] || [ "$_modprobeddb" = "true" ]; then
if [ "$_futex2" = "true" ] || [ "$_config_expert" = "true" ];then yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
else
yes "" | make LSMOD=${HOME}/.config/modprobed.db localmodconfig ${llvm_opt}
fi
fi fi
if [ true = "$_config_fragments" ]; then if [ true = "$_config_fragments" ]; then