X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fdocs%2Fbuildroot-documentation.html;h=d237639873e0e6ebc6957aa8dfa119481d7a252a;hb=c5da545e3380afc9e6e08100dc2e14a783769b34;hp=4f19b0d07ad3fc0411b15aa923c3bc96e80c6f2c;hpb=7a05b5534212224006fccc3e7aeace0b151e88e2;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index 4f19b0d07a..d237639873 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -95,16 +95,16 @@

Obtaining OpenWrt Buildroot

-

OpenWrt Buildroot is available via CVS - Concurrent Version System. - For any kind of OpenWrt 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 pakages we - strongely suggest to use the CVS branch of the stable version (whiterussian): +

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

- $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co -rwhiterussian openwrt
+ $ svn co https://svn.openwrt.org/openwrt/branches/whiterussian/
 
@@ -168,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 @@ -295,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 @@ -613,7 +613,7 @@ foo-compile: bar-compile

    Resources

    -

    To learn more about OpenWrt, you can visit this website: +

    To learn more about OpenWrt you can visit this website: http://openwrt.org/