On 09/12/2013 07:16 AM, Raffaele Morelli wrote:
2013/9/11 Marco Donnarumma <devel(a)thesaddj.com>
In 4th reply: `cp /boot/config-$(uname -r) .config && make oldconfig`
this is quite unnecessary as `make oldconfig` will prompt you for
newer configs not found in your current kernel configuration, moreover
make-kpkg does run `make oldconfig` before start compiling.
/r
True but you still need to run make oldconfig somehow otherwise you end
up with the Preemption Model of the original config you're using.
Best,
Jeremy