aboutsummaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:25:50 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:25:50 +0000
commit364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa (patch)
tree2763a8f0de10bcf36c76f57648868720e61fc37a /x86
parentRemoving the reversal patch for the suspend removal, since it will no longer ... (diff)
downloadgenkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.tar.gz
genkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.tar.bz2
genkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.zip
Removing bootsplash support since it hasn't been in a kernel we've supported for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@534 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'x86')
-rw-r--r--x86/config.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/x86/config.sh b/x86/config.sh
index 03467501..24ddad2c 100644
--- a/x86/config.sh
+++ b/x86/config.sh
@@ -1,14 +1,9 @@
#!/bin/bash
-# x86/config.sh
KERNEL_MAKE_DIRECTIVE="bzImage"
KERNEL_MAKE_DIRECTIVE_2=""
KERNEL_BINARY="arch/i386/boot/bzImage"
-# The dietlibc portion of busybox is commented out right now
-# other stuff seems to compile fine though
-USE_DIETLIBC=1
-
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"
KERNEL_MAKE=make