buildCurrentSymlinkedKernel.sh: insist on dynamic compilation for rebuilt modules

This commit is contained in:
layman 2020-09-03 17:45:56 +02:00
parent f4d7d57ba3
commit 18e525f8ee

View file

@ -90,8 +90,8 @@ if [[ "$NOCONFIG" || "$FORCE" ]] ; then
ln -f -rs "$TARGET" "$CONFIGDIR/latest" ln -f -rs "$TARGET" "$CONFIGDIR/latest"
fi fi
emerge --getbinpkg=n --usepkg=n @module-rebuild
fi fi
cd "${LWD}" || exit 1 cd "${LWD}" || exit 1
emerge @module-rebuild