Add make olddefconfig to upkern script

This commit is contained in:
dogeystamp 2021-12-29 11:40:40 -05:00
parent 9a7382f57d
commit 65016878aa
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -18,3 +18,6 @@ cd /usr/src/linux
# Apply new configuration file
cp ../.config .config
# Upgrade configuration file with new features
make olddefconfig