From: Dale A. <am...@vn...> - 2002-04-11 18:12:14
|
On Thu, Apr 11, 2002 at 11:33:00AM -0600, David Bryson wrote: > Ok, I updated the findpatch script to take an option for jari or iv loop > patches and additionally modified the make file to deal with it as well. > > now patch-kernel will auto-patch loop-iv unless otherwise specified > quoteth the README: > > > $ make patch-kernel KDIR=<kernel source dir> LOOP=<loop type> > > And if you don't want to patch the loop driver: > > $ make patch-kernel-noloop KDIR=<kernel source dir> > > Or to just patch the loop driver > > $ make patch-loop KDIR=<kernel source dir> LOOP=<loop type> > > To remove the CryptoAPI from your kernel sources directory type: > > $ make unpatch-kernel KDIR=<kernel source dir> LOOP=<loop type> > > Similarly to undo the similar commands: > > $ make unpatch-kernel-noloop KDIR=<kernel source dir> > > and > > $ make unpatch-loop KDIR=<kernel source dir> LOOP=<loop type> > Does that seem to work ok ? > Dave Looking good. Command line worked; build is now in progress while I make supper and go off to watch the BBC evening news. |