summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-16 17:16:45 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-16 17:16:45 +0000
commita0b81f62b8d27b0f59503da128ab589be82ee3e7 (patch)
tree985ac0b093d4d34348b3115834aa50ab936c82d6 /docs
parentcd23d9d0f296226f8983f580fc3125dd6b91a769 (diff)
document make kernel_menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/build.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/build.tex b/docs/build.tex
index fed0ca281..1335c8132 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{<platform>}/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.