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:
@ -7,6 +7,7 @@ make mrproper
|
||||
if [ -f /boot/$CONFIGFILE ]
|
||||
then
|
||||
cp /boot/$CONFIGFILE ./.config
|
||||
make olddefconfig
|
||||
else
|
||||
make defconfig
|
||||
fi
|
||||
|
Reference in New Issue
Block a user