Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for testing.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 28 Nov 2007 21:42:30 +0000 (21:42 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 28 Nov 2007 21:42:30 +0000 (21:42 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@566 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
gen_compile.sh
genkernel

index c60e6aa23a72fbf4fedb7a81bff89e51359fee7a..add2076718f92b465cfab8f6188df3a26b087489 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
+  genkernel:
+  Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
+  testing.
+
   24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh:
   Added a small patch from John R. Graham <john_r_graham@mindspring.com> to
   fix arguments with spaces for bug #200161.
index ab45d1a4eb7b09c8ba48973cad4f0a57ae073aa9..8ea934e878bef82e6573410000e57dc3f628dc54 100644 (file)
@@ -439,6 +439,7 @@ compile_busybox() {
        sed -i ${BUSYBOX_DIR}/.config -e 's/#\? \?CONFIG_FEATURE_INSTALLER[ =].*/CONFIG_FEATURE_INSTALLER=y/g'
        cd "${BUSYBOX_DIR}"
        patch -p1 < "${GK_SHARE}/pkg/busybox-1.1.3+gentoo-mdadm.patch"
+       patch -p1 < "${GK_SHARE}/pkg/busybox-1.1.3+gentoo-mdadm2.patch"
        print_info 1 'busybox: >> Configuring...'
        yes '' 2>/dev/null | compile_generic oldconfig utils
 
index 26b92d27b23613e630da22c0d3c027f917a45d15..3f1e6f624405df9070f85afcb4f0e57bc4cd1f6e 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 PATH="/bin:/usr/bin:/sbin:/usr/sbin"
-GK_V='3.4.9_pre9'
+GK_V='3.4.9_pre10'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.