1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00

run 'make olddefconfig' before using non-default kernel config

This commit is contained in:
Kyle Glaws
2022-07-29 18:53:18 -04:00
parent 7b447e4b87
commit 2cc7195f21

View File

@ -7,6 +7,7 @@ make mrproper
if [ -f /boot/$CONFIGFILE ]
then
cp /boot/$CONFIGFILE ./.config
make olddefconfig
else
make defconfig
fi