X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fbuild.tex;h=6828a23183563d5a192bca9febd2904caa1b8ace;hb=e5ca4d81f4c930ee02dad6c8bab3f8a18e638141;hp=c85eed80e0aa415c38e536c3795e9037e0c19e13;hpb=34939cad39f516fceca45a9da7771901a1c9342b;p=openwrt%2Fstaging%2Fyousong.git diff --git a/docs/build.tex b/docs/build.tex index c85eed80e0..6828a23183 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -45,7 +45,7 @@ This article refers to the "Kamikaze" branch of OpenWrt, which can be downloaded subversion using the following command: \begin{Verbatim} -$ svn checkout https://svn.openwrt.org/openwrt/trunk kamikaze +$ svn checkout svn://svn.openwrt.org/openwrt/trunk kamikaze \end{Verbatim} Additionally, there is a trac interface on \href{https://dev.openwrt.org/}{https://dev.openwrt.org/} @@ -182,7 +182,7 @@ and packages will be in the "\texttt{bin/packages}" directory. One of the things that we've attempted to do with OpenWrt's template system is make it incredibly easy to port software to OpenWrt. If you look at a typical package directory -in OpenWrt you'll find two things: +in OpenWrt you'll find several things: \begin{itemize} \item \texttt{package/\textit{}/Makefile} @@ -293,7 +293,7 @@ directly as the Nth argument to \texttt{BuildPackage}. \begin{itemize} \item \texttt{SECTION} \\ - The type of package (currently unused) + The section of package (currently unused) \item \texttt{CATEGORY} \\ Which menu it appears in menuconfig: Network, Sound, Utilities, Multimedia ... \item \texttt{TITLE} \\