X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=docs%2Fbuild.tex;h=1335c8132974c5d915250c6c7ed7beae905ec80f;hb=abacc51eeedb3392c18bfd6602481008fa998c74;hp=fed0ca281ed256c78d89830ff336e1e83cec9017;hpb=6b830552a2ba36b6ed774a65c589863ae30c1aef;p=openwrt-github%2F.git diff --git a/docs/build.tex b/docs/build.tex index fed0ca281e..1335c81329 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -143,7 +143,15 @@ Similar to the linux kernel config, almost every option has three choices, \end{itemize} After you've finished with the menu configuration, exit and when prompted, save your -configuration changes. To begin compiling the firmware, type "\texttt{make}". By default +configuration changes. + +If you want, you can also modify the kernel config for the selected target system. +simply run "\texttt{make kernel\_menuconfig}" and the build system will unpack the kernel sources +(if necessary), run menuconfig inside of the kernel tree, and then copy the kernel config +to \texttt{target/linux/\textit{}/config} so that it is preserved over +"\texttt{make clean}" calls. + +To begin compiling the firmware, type "\texttt{make}". By default OpenWrt will only display a high level overview of the compile process and not each individual command.