reorder nas command line parameters (required for bridge operation)
[openwrt-10.03/.git] / docs / buildroot-documentation.html
index a94bccf1a8bc6afc1f8daa044c89fc3be2158263..4d2b00b6289df52226e785dfdd0be207e70b1e2e 100644 (file)
@@ -6,7 +6,7 @@
 <head>
   <title>OpenWrt Buildroot - Usage and documentation</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css?format=raw" />
 </head>
 
 <body>
 
     <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>
+    <p>OpenWrt Buildroot is available via SVN aka subversion.
+    For any kind of OpenWrt development you should get the latest version from svn via:</p>
 <pre>
- $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
+ $ svn co https://svn.openwrt.org/openwrt/trunk/
 </pre>
+    <p>If you only like to create your own custom firmware images and packages we
+     strongly suggest to use the SVN branch of the stable version (whiterussian):
+    </p>
+<pre>
+ $ svn co https://svn.openwrt.org/openwrt/branches/whiterussian/
+</pre>
 
     <h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2>
 
       tools or packages, these changes will be lost.</li>
 
       <li>Customize the target filesystem skeleton, available under
-      <code>target/default/target_skeleton/</code>. You can customize
+      <code>package/base-files/default/</code>. You can customize
       configuration files or other stuff here. However, the full file hierarchy
       is not yet present, because it's created during the compilation process.
       So you can't do everything on this target filesystem skeleton, but
       default) and the target filesystem skeleton. This directory will contain
       the final root filesystem. To set it up, it first deletes it, then it
       copies the skeleton available in  <code>target/default/target_skeleton</code>
-      and then removes useless <code>CVS/</code> directories.</li>
+      and then removes useless <code>SVN/</code> directories.</li>
 
       <li>Call the <code>prepare</code>, <code>compile</code> and <code>install</code>
       targets for the subdirectories <code>toolchain</code>, <code>package</code>
@@ -601,7 +608,7 @@ 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>