fix svn compressed patch breakage in libnet
[openwrt.git] / docs / buildroot-documentation.html
index a94bccf..4f19b0d 100644 (file)
     <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 CVS 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>
 
@@ -601,12 +608,12 @@ foo-compile: bar-compile
 
     <p>If you package software that might be useful for other persons,
     don't forget to send a patch to OpenWrt developers! 
-    Use the mail address: patches@openwrt.org   
+    Use the mail address: openwrt-devel@openwrt.org   
     </p>
 
      <h2><a name="links" id="links"></a>Resources</h2>
 
-    <p>To learn more about OpenWrt you can visit this website: 
+    <p>To learn more about OpenWrt, you can visit this website: 
      <a href="http://openwrt.org/">http://openwrt.org/</a></p>
 
   </div>
This page took 0.024343 seconds and 4 git commands to generate.