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