aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-21 21:40:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-21 21:40:14 +0000
commit3a5b5de6e50fb2d7c7c4d9105c07a1348e1fd237 (patch)
tree2d35c1a6136016ce774d4018f8040dfe3be6f871 /docs
parent881a438936f39d5d7e843e5594c403bfb53e66f6 (diff)
downloadmaster-187ad058-3a5b5de6e50fb2d7c7c4d9105c07a1348e1fd237.tar.gz
master-187ad058-3a5b5de6e50fb2d7c7c4d9105c07a1348e1fd237.tar.bz2
master-187ad058-3a5b5de6e50fb2d7c7c4d9105c07a1348e1fd237.zip
remove deprecated customization method from buildroot documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot-documentation.html26
1 files changed, 7 insertions, 19 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html
index c9e7627ab6..92628881d8 100644
--- a/docs/buildroot-documentation.html
+++ b/docs/buildroot-documentation.html
@@ -156,25 +156,13 @@
<h2><a name="custom_targetfs" id="custom_targetfs"></a>Customizing the
target filesystem</h2>
- <p>There are two ways to customize the resulting target filesystem:</p>
-
- <ul>
- <li>Customize the target filesystem directly, and rebuild the image. The
- target filesystem is available under <code>build_ARCH/root/</code> where
- <code>ARCH</code> 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.</li>
-
- <li>Customize the target filesystem skeleton, available under
- <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
- changes to it remains even when you completely rebuild the cross-compilation
- toolchain and the tools.<br />
- </ul>
+ <li>You can customize the target filesystem skeleton, available under
+ <code>package/base-files/default/</code>. 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.<br />
<h2><a name="custom_busybox" id="custom_busybox"></a>Customizing the
Busybox configuration</h2>