diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 21:49:09 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 21:49:09 +0000 |
commit | 4921f29eaa528ec714b33c3ee8b9ef170fbd1909 (patch) | |
tree | e5421a29f820d03065b90ee878bea88b7b65654c /openwrt | |
parent | bc3846f81c491653942531a0165d259b3189f87b (diff) | |
download | mtk-20170518-4921f29eaa528ec714b33c3ee8b9ef170fbd1909.zip mtk-20170518-4921f29eaa528ec714b33c3ee8b9ef170fbd1909.tar.gz mtk-20170518-4921f29eaa528ec714b33c3ee8b9ef170fbd1909.tar.bz2 |
users should use whiterussian
SVN-Revision: 1926
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/docs/buildroot-documentation.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index 9dd42c1..92e3783 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -96,10 +96,17 @@ <h2><a name="download" id="download"></a>Obtaining OpenWrt Buildroot</h2> <p>OpenWrt Buildroot is available via CVS - Concurrent Version System. - For any kind of development you should get the latest version from cvs via:</p> + For any kind of OpenWrt development you should get the latest version from cvs via:</p> <pre> $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt </pre> + <p>If you only like to create your own custom firmware images and pakages we + strongely suggest to use the VS branch of the stable version (whiterussian) + </p> +<pre> + $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co -rwhiterussian openwrt +</pre> + <h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2> |