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