X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=docs%2Fbuildroot-documentation.html;h=4d2b00b6289df52226e785dfdd0be207e70b1e2e;hb=2cb5343fc18be5153b476147c0f3fd142cb36cba;hp=a94bccf1a8bc6afc1f8daa044c89fc3be2158263;hpb=c6b046ab11f6fdd62471166ddc46438cf2a8ddb0;p=openwrt-10.03%2F.git diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html index a94bccf1a..4d2b00b62 100644 --- a/docs/buildroot-documentation.html +++ b/docs/buildroot-documentation.html @@ -6,7 +6,7 @@ OpenWrt Buildroot - Usage and documentation - + @@ -95,11 +95,18 @@

Obtaining OpenWrt Buildroot

-

OpenWrt Buildroot is available via CVS - Concurrent Version System. - For any kind of development you should get the latest version from cvs via:

+

OpenWrt Buildroot is available via SVN aka subversion. + For any kind of OpenWrt development you should get the latest version from svn via:

- $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
+ $ svn co https://svn.openwrt.org/openwrt/trunk/
 
+

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): +

+
+ $ svn co https://svn.openwrt.org/openwrt/branches/whiterussian/
+
+

Using OpenWrt Buildroot

@@ -161,7 +168,7 @@ tools or packages, these changes will be lost.
  • Customize the target filesystem skeleton, available under - target/default/target_skeleton/. You can customize + package/base-files/default/. 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 @@ -288,7 +295,7 @@ 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 target/default/target_skeleton - and then removes useless CVS/ directories.
  • + and then removes useless SVN/ directories.
  • Call the prepare, compile and install targets for the subdirectories toolchain, package @@ -601,7 +608,7 @@ foo-compile: bar-compile

    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

    Resources