Add make olddefconfig to upkern script
This commit is contained in:
parent
9a7382f57d
commit
65016878aa
@ -18,3 +18,6 @@ cd /usr/src/linux
|
||||
|
||||
# Apply new configuration file
|
||||
cp ../.config .config
|
||||
|
||||
# Upgrade configuration file with new features
|
||||
make olddefconfig
|
||||
|
Loading…
Reference in New Issue
Block a user