Hi

At 12:13 13.06.2004 +0200, Etienne Charlier wrote:
>Hi,
>
>I'm trying to transform an old laptop into a wireless accesspoint
>It's fitted with a prism54 based wireless card and a 3C575 ethernet card.
>
>I need to recompile the bering kernel
>
>I'm following the kernel.txt file in the cvs repository ( 2.4.26) but I
>cannot find the
>correct syntax for the patch command to be used to patch the kernel.
>
>assuming
>KERNELDIR=/usr/src/linux-2.4.26
>PATCHDIR=/home/bering/leaf/src/bering-uclibc/configs/kernel/2.4.26/patches
>PATCH1=helpers-2.4.26.patch.gz
>what would be the patch command that must be applied ??


try something like 

zcat ${PATCHDIR}/${PATCH1} | patch -d ${KERNELDIR} -p1 

cheers
Erich

THINK 
Püntenstrasse 39 
8143 Stallikon 
mailto:[EMAIL PROTECTED] 
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to