git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@566
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# 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.
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
#!/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.