Patching a file in linux

im working on this pppoe thing and im folling the directions
Only necessary if you are going to use PPPoE!
Now, go to the kernel directory.
cd /usr/src/linuxUnzip the patch:
gzip -d br2684-against2.4.2.diff.gzApply the patch:
patch -p1 -s -E < /path/to/br2684-against2.4.2.diffReady.


when i run this, it asks me what file i want to patch.... directions doesnt say what to patch so im lost? what file am I patching?

 

 

 

 

Top