Update kernel

Post Reply
User avatar
Mazzz79
Site Admin
Posts: 47
Joined: Fri Feb 05, 2016 5:37 pm
Location: Sweden
Contact:

Update kernel

Post by Mazzz79 »

Copy the old .config file from old kernel source to the new one

then
If kernel 4.19 and newer. Enables default values

Code: Select all

make olddefconfig
else

Code: Select all

make oldconfig


Post Reply