Installing kernel headers for ubuntu

Thanks Robert.

Do I need to build the kernel after applying the patches or should I be okay with just copying the header?

Can you point me to a wiki on how to compile the kernel?

Thanks,
Greg

With the .config in place, you should atleast run "make zImage" to
have a bunch of the headers re-generated..

make ARCH=arm CROSS_COMPILE=/path/to/some/arm-linux-gnueabi- zImage

Regards,