Skip to content
Snippets Groups Projects
Commit 6fb293c0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

document the BUILDONLY option

SVN-Revision: 14010
parent 7502d4bd
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,9 @@ directly as the Nth argument to \texttt{BuildPackage}. ...@@ -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 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 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>} \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} \end{itemize}
\textbf{\texttt{Package/\textit{<name>}/conffiles} (optional):} \\ \textbf{\texttt{Package/\textit{<name>}/conffiles} (optional):} \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment