http://elinux.org/RPi_Kernel_Compilatio ... nel_source
6) Pull the /proc/config.gz from the running Raspbian installation
7)Prime kernel with the old config by running "ARCH=arm CROSS_COMPILE=${CCPREFIX} make oldconfig"
8)Modify the kernel config by either modifying the .config file or using "ARCH=arm CROSS_COMPILE=${CCPREFIX} make menuconfig"
9)Build the new kernel by using "ARCH=arm CROSS_COMPILE=${CCPREFIX} make"
on step 6, I suppose to get the config.gz from another Pi installation and use it as template?
on step 7, how does config.gz becomes old config? Should I unzip the config.gz and rename it .config and put into the source folder?
on Step 9, is that a command line?
