Re: patch error
Eddie Kohler <[email protected]> Thu, 25 Apr 2013 09:38:26 -0400
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <CAF0C5SJ=vXof-nzZ9ULGNve=D8rZwQUXt5eoa9Xav3Q2BSXGRg@mail.gmail.com> |
Mr. Ndritsos, You shouldn't need to patch the kernel any more to run Click. Please follow the installation instructions in INSTALL. Eddie On Fri, Mar 15, 2013 at 9:42 AM, ndritsos <[email protected]> wrote: > hello all , > > Iam new to Click , and i try to run click on the kernel mode > my kernel version is 2.6.24.19-generic > > iam following these steps : > 1) cd ~ > 2) sudo bash > 3) git clone git://github.com/kohler/click.git > 4) git clone git://github.com/kohler/click-packages.git > 5) cd /usr/src/linux-headers-2.6.24.7-generic > 6) patch -p0 -b < /home/niko/click/etc/linux-2.6.24.7-patch > > At this step i have the error that is below : > > can't find file to patch at input line 5 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------------------------- > |diff --git a/arch/arm/mach-iop13xx/irq.c b/arch/arm/mach-iop13xx/irq.c > |index 69f07b2..e217167 100644 > |--- a/arch/arm/mach-iop13xx/irq.c > |+++ b/arch/arm/mach-iop13xx/irq.c > ------------------------------------------- > File to patch: > > > My kernel version is 2.6.24.19-generic and i use linux-2.6.24.7-patch > Any idea someone why i have this error ? > may the problem be the kernel version ? > > thank you in advance > > > > > >