Thiemo Seufer wrote:
No, just install all the build dependencies listed in <dir>/debian/control
(most notably kernel-source-2.4.26), then change to that directory and run
e.g. "dpkg-buildpackage -us -uc -rfakeroot -b" to create all kernel udebs.
What does this thing exactly do ??
build a new kernel ? Or just patches the kernel installed in /usr/src ?
Sorry but I'm a bit confused ;)
How do I build a new kernel ?
I know the way to :
cd /usr/src/Kernel_Dir
make menuconfig
make dep && make clean && make bzImage && make modules && make
modules_install
How does it work on this platform ?
Regards
Marcus Schwarz