summaryrefslogtreecommitdiffstats
path: root/src/tools/README.busybox
blob: ce73e356e2e0d2e70e54a98675ed4304ba4469d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
How busybox (version 1.13.2) is created:

DEPRECATED!!! busybox is created by broot (see http://git.openslx.org/openslx/tools/broot.git)

1. Get our current sources from openslx-src-tools/trunk/busybox
2. bind mount the busybox folder to the correspoding uclibc-build-environment
   folder (see http://www.openslx.org/wiki/openslx/GentooUclibcChroot for
   how to create such an environment)
3. chroot into the uclibc-build-environment
4. cd into the bind-mounted busybox folder
5. make oldconfig and adjust the configuration if required.
6. build busybox (make)