aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-13 02:03:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-13 02:03:22 +0000
commit285e15805ddc0b1d305e8abd11b0f11a4743e9dc (patch)
tree23592956e1b5e7e146df719be352bd528bae1031 /docs
parent042d715f2b8d9e2dc86e5367e6796fc5bdef0b8e (diff)
downloadmaster-187ad058-285e15805ddc0b1d305e8abd11b0f11a4743e9dc.tar.gz
master-187ad058-285e15805ddc0b1d305e8abd11b0f11a4743e9dc.tar.bz2
master-187ad058-285e15805ddc0b1d305e8abd11b0f11a4743e9dc.zip
document the BUILDONLY option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/build.tex3
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):} \\