Port summary of busybox patches from 1.7.4 to 1.18.1
authorSebastian Pipping <sebastian@pipping.org>
Thu, 13 Jan 2011 16:53:53 +0000 (17:53 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 13 Jan 2011 16:59:17 +0000 (17:59 +0100)
patches/busybox/1.18.1/README [new file with mode: 0644]

diff --git a/patches/busybox/1.18.1/README b/patches/busybox/1.18.1/README
new file mode 100644 (file)
index 0000000..27c23fe
--- /dev/null
@@ -0,0 +1,16 @@
+1.18.1-mdadm.diff:
+This adds a minimal mdadm implementation to busybox for scanning for and
+activating mdraid arrays. You can blame robbat2 for this one :)
+Patch ported from 1.7.4 to 1.18.1 by Denis Kaganovich.
+
+1.18.1-mdstart.diff:
+This adds a 'mdstart' command to busybox, which is used for the activation of
+individual mdraid arrays. It originated with 1.1.3+gentoo or earlier.
+Patch ported from 1.7.4 to 1.18.1 by Denis Kaganovich.
+
+1.18.1-openvt.diff:
+It is unknown what problem this patch fixes. It may no longer be needed.
+Patch ported from 1.7.4 to 1.18.1 by Denis Kaganovich.
+
+busybox-1.7.4-signal-hack.patch:
+It is unknown what this patch does. It may no longer be needed.