summaryrefslogtreecommitdiffstats
path: root/tools/README.busybox
diff options
context:
space:
mode:
Diffstat (limited to 'tools/README.busybox')
-rw-r--r--tools/README.busybox10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/README.busybox b/tools/README.busybox
deleted file mode 100644
index 9c12a65b..00000000
--- a/tools/README.busybox
+++ /dev/null
@@ -1,10 +0,0 @@
-How busybox (version 1.13.2) is created:
-
-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)