From 0815924a54e6e6b6ae818b1b3771da7714ad73f2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 28 Nov 2007 21:42:30 +0000 Subject: [PATCH] Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@566 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- ChangeLog | 5 +++++ gen_compile.sh | 1 + genkernel | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c60e6aa..add2076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Nov 2007; Chris Gianelloni 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 gen_funcs.sh: Added a small patch from John R. Graham to fix arguments with spaces for bug #200161. diff --git a/gen_compile.sh b/gen_compile.sh index ab45d1a..8ea934e 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -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 diff --git a/genkernel b/genkernel index 26b92d2..3f1e6f6 100755 --- 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. -- 2.26.2