[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-tr] malformed patches in Olympic driver? -Reply



The easiest way to do this is to get the all in one patch and put it in /usr/src/linux 
then run

patch -p4 < olympic.patch

Make sure your patch is the latest version and there are no nasty carriage returns
at the end of the lines which turn up if the file was downloaded with windoze/dos.

Remember you can use: patch --dry-run to test before applying the patch for real.

Mike