[Buildroot] ALSA libs and utils

souf souf_oued at yahoo.fr
Tue Jun 19 03:51:53 UTC 2007


Le lundi 18 juin 2007 à 16:43 -0500, Paul Kavan a écrit :


> 
> I have never patched buildroot before. Would  I go to the top level
> directory of buildroot and do something like: 
> 
> patch -p1 < [patchname]
> 
> Thanks
> 
> Paul 

personally I always test the patchs before applying them:

patch --dry-run -p1 < [patchname]

If there is not errors, you apply the patch.

patch -p1 < [patchname]

or

cd buildroot
cat ../patchname | patch -p1

Thanks.

Malek





More information about the busybox mailing list