From 6c15a6272358b67fcc1c34971be58608da0659a9 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 21 Oct 2005 21:40:14 +0000 Subject: [PATCH] remove deprecated customization method from buildroot documentation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2218 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/docs/buildroot-documentation.html | 26 ++++++----------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index c9e7627ab..92628881d 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -156,25 +156,13 @@

Customizing the target filesystem

-

There are two ways to customize the resulting target filesystem:

- - +
  • You can customize the target filesystem skeleton, available under + 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.

    Customizing the Busybox configuration

    -- 2.35.1