1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:41:59 +03:00

document the BUILDONLY option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-13 02:03:22 +00:00
parent d1a6e09c1b
commit 640843ffb0

View File

@ -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):} \\