git clone --depth 1 https://github.com/raspberrypi/linux.git
mv linux /lib/modules/`uname-r`/build
cd /lib/modules/`uname-r`/build
make mrproper
gzip -dc /proc/config.gz > .config
make...