Michael Buesch <m...@bu3sch.de> writes:

> On Sunday 21 June 2009 15:46:14 Jo-Philipp Wich wrote:
> 
>> Usually you can do it this way:
>> 
>> make target/linux/{clean,prepare} QUILT=1
>> 
>> Optionally you can override LINUX_VERSION with a desired target version.
>> 
>> After that a kernel source tree with quilt series is prepared in
>> build_dir/linux-<platform>/linux-<version>/ .
>> 
>> You can add / modify / remove your patches there. After you finished and
>> refreshed the stuff, you should copy the modified patches from
>> build_dir/linux-<platform>/linux-<version>/patches/... to:
>> 
>> - target/linux/<platform>/patches-<kernel_version>
>>     for target specific patches
>> 
>> or
>> 
>> - target/linux/generic-2.[46]/patches-<kernel_version>
>>     for generic patches that affect all platforms.
>
> make target/linux-update
> does that copying for you.
>
>
>> Finally rebuild the kernel normally with
>> make target/linux/{clean,compile} .
>
> I think it's target/linux-{clean,compile}

Thanks for the quick and very useful info!  If it wasn't my fault and
this really isn't part of the buildroot documentation, I'll try to add
it to the wiki.
-- 
Cheers,
Feri.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to