Partial compilation of openwrt project

Posted by yosig81 on Stack Overflow See other posts from Stack Overflow or by yosig81
Published on 2011-01-02T09:43:00Z Indexed on 2011/01/02 9:54 UTC
Read the original article Hit count: 307

Filed under:
|
|

I would like to get an idea or reference to compile only subset on the openwrt project. i am aware of the menuconfig utility but this is not enough for my goal.

i would like to compile only the tool-chain (binutils + gcc + glibc) for a specific target (ar71xx) and also the kernel.

now, after looking in the makefiles etc, i have noticed that most of the work in actually patching the toolchain and the kernel and then compile it. is there any option to stop build process after the patching so i can have only the source code patched and i can write my own make file to compile it?

© Stack Overflow or respective owner

Related posts about build-process

Related posts about makefile