X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6c15a6272358b67fcc1c34971be58608da0659a9..b024fccbf14f24bd8ae63f3d3a75759504f56842:/openwrt/docs/buildroot-documentation.html diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index 92628881d..d23763987 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -95,16 +95,16 @@
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/@@ -156,13 +156,25 @@
package/base-files/default/
. You can change
- 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
- changes to it remains even when you completely rebuild the cross-compilation
- toolchain and the tools.There are two ways to customize the resulting target filesystem:
+ +build_ARCH/root/
where
+ ARCH
is the chosen target architecture, usually mipsel.
+ You can simply make your changes here, and run make target_install afterwards,
+ which will rebuild the target filesystem image. This method allows to do
+ everything on the target filesystem, but if you decide to rebuild your toolchain,
+ tools or packages, these changes will be lost.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
+ changes to it remains even when you completely rebuild the cross-compilation
+ toolchain and the tools.target/default/target_skeleton
- and then removes useless CVS/
directories.SVN/
directories.
prepare
, compile
and install
targets for the subdirectories toolchain
, package
@@ -601,7 +613,7 @@ foo-compile: bar-compile
To learn more about OpenWrt, you can visit this website: +
To learn more about OpenWrt you can visit this website: http://openwrt.org/