diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 02:03:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 02:03:22 +0000 |
commit | 6fb293c05be0f09e99381904b4e4d3995ff8a0c6 (patch) | |
tree | d8fc7af392f67c5fec892505a77b7547e8ffffe8 /docs/build.tex | |
parent | 7502d4bd61ff9a45948505ea56b4a57c7099721c (diff) | |
download | upstream-6fb293c05be0f09e99381904b4e4d3995ff8a0c6.tar.gz upstream-6fb293c05be0f09e99381904b4e4d3995ff8a0c6.tar.bz2 upstream-6fb293c05be0f09e99381904b4e4d3995ff8a0c6.zip |
document the BUILDONLY option
SVN-Revision: 14010
Diffstat (limited to 'docs/build.tex')
-rw-r--r-- | docs/build.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/build.tex b/docs/build.tex index 82e7b0b8df..493be127c6 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -307,6 +307,9 @@ directly as the Nth argument to \texttt{BuildPackage}. Which packages must be built/installed before this package. To reference a dependency defined in the same Makefile, use \textit{<dependency name>}. If defined as an external package, use \textit{+<dependency name>}. For a kernel version dependency use: \textit{@LINUX\_2\_<minor version>} + \item \texttt{BUILDONLY} (optional) \\ + Set this option to 1 if you do NOT want your package to appear in menuconfig. + This is useful for packages which are only used as build dependencies. \end{itemize} \textbf{\texttt{Package/\textit{<name>}/conffiles} (optional):} \\ |