diff --git a/docs/buildroot.html b/docs/buildroot.html index b755922c59..b766e410b6 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1060,17 +1060,17 @@ $(eval $(call GENTARGETS,package,libfoo,host))
LIBFOO_SITE_METHOD may contain the method to
fetch the package source code. It can either
- be WGET (for normal FTP/HTTP downloads of
- tarballs), SVN or GIT. When not
+ be wget (for normal FTP/HTTP downloads of
+ tarballs), svn or git. When not
specified, it is guessed from the URL given
in LIBFOO_SITE: git://
- and svn:// URLs will use the GIT
- and SVN methods respectively. All other URL-types
- will use the WGET method. So for example, in the
+ and svn:// URLs will use the git
+ and svn methods respectively. All other URL-types
+ will use the wget method. So for example, in the
case of a package whose source code is available through
Subversion repository on HTTP, one must
- specifiy LIBFOO_SITE_METHOD=SVN. For SVN
- and GIT methods, what Buildroot does is a
+ specifiy LIBFOO_SITE_METHOD=svn. For svn
+ and git methods, what Buildroot does is a
checkout/clone of the repository which is then tarballed and
stored into the download cache. Next builds will not
checkout/clone again, but will use the tarball