David Baron wrote:
Tried to make a patched 2.6.20.1 using make-kpkg.
Cannot find patch for
patch-2.6.20-rt8. How do I do this (since this is not a debian-installed
patch package)?
i am not using make kpkg, but i think applying the patch should work like:
$cd linux-2.6.20.1
$cat /path/to/the/patch-2.6.20-rt8 | patch -p1
cheers,
doc