From: agaffney Date: Mon, 25 Aug 2008 03:48:47 +0000 (-0500) Subject: Add README to busybox patches dir X-Git-Tag: v3.4.10.902~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32a427af88d18c0c550d35a6a574357236ac586d;p=genkernel.git Add README to busybox patches dir --- diff --git a/ChangeLog b/ChangeLog index f803a64..430530c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni # Distributed under the GPL v2 + 25 Aug 2008; Andrew Gaffney + +patches/busybox/1.7.4/README: + Add README to busybox patches dir + 25 Aug 2008; Andrew Gaffney gen_compile.sh: Only apply files from patch dir ending in diff/patch diff --git a/patches/busybox/1.7.4/README b/patches/busybox/1.7.4/README new file mode 100644 index 0000000..a02e17b --- /dev/null +++ b/patches/busybox/1.7.4/README @@ -0,0 +1,23 @@ +1.7.4-ash-timeout.diff: +This patch adds support for the -t option to the 'read' command in ash. It's +used for prompting for the keymap. It originated with 1.1.3+gentoo or earlier. + +1.7.4-mdadm.diff: +This adds a minimal mdadm implementation to busybox for scanning for and +activating mdraid arrays. You can blame robbat2 for this one :) + +1.7.4-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. + +1.7.4-openvt.diff: +It is unknown what problem this patch fixes. It may no longer be needed. + +1.7.4-static-error.diff: +This allows us to build busybox statically, even though upstream frowns upon it. +It's important that the removal of -Wl,--gc-sections remains, or ash will be +broken in the resulting busybox. This patch is based on the busybox ebuild. + +busybox-1.7.4-signal-hack.patch: +It is unknown what this patch does. It may no longer be needed. +