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