summaryrefslogtreecommitdiffstats
path: root/src/tools/README.busybox
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /src/tools/README.busybox
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
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)