...
The first three numbers in the kernel have to match the
first three numbers in the patch.
So we downloaded 2.6.23.1 kernel and we will use the 2.6.23 patch
Panel |
---|
*wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.1.tar.gz* tar xvf linux-2.6.23.1.tar.gz |
...
Then we make a copy of the configuration file to the root folder.
cp
Panel |
---|
cp /boot/config-2.6.19-generic .config |
Lets finally run the kernel configuration menu
Panel |
---|
make menuconfig CC=/usr/bin/gcc-3.4 CXX=/usr/bin/g++-3.4 |