From 640843ffb087e0fc2c6ab9de754858a86f4fef07 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 13 Jan 2009 02:03:22 +0000 Subject: [PATCH] document the BUILDONLY option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14010 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- docs/build.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build.tex b/docs/build.tex index 82e7b0b8d..493be127c 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{}. If defined as an external package, use \textit{+}. For a kernel version dependency use: \textit{@LINUX\_2\_} + \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{}/conffiles} (optional):} \\ -- 2.35.1