On Sunday 21 June 2009 15:46:14 Jo-Philipp Wich wrote:
> Hi.
> 
> 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}

-- 
Greetings, Michael.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to