From: Sebastian Pipping Date: Thu, 13 Jan 2011 16:53:53 +0000 (+0100) Subject: Port summary of busybox patches from 1.7.4 to 1.18.1 X-Git-Tag: v3.4.11~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04cc94ceb684b22d231d135ead70b1fdce015e77;p=genkernel.git Port summary of busybox patches from 1.7.4 to 1.18.1 --- diff --git a/patches/busybox/1.18.1/README b/patches/busybox/1.18.1/README new file mode 100644 index 0000000..27c23fe --- /dev/null +++ b/patches/busybox/1.18.1/README @@ -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.