aboutsummaryrefslogtreecommitdiff
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 /alpha/config.sh
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 'alpha/config.sh')
-rw-r--r--alpha/config.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/alpha/config.sh b/alpha/config.sh
index ed4ce83e..65b05add 100644
--- a/alpha/config.sh
+++ b/alpha/config.sh
@@ -1,14 +1,9 @@
#!/bin/bash
-# x86/config.sh
KERNEL_MAKE_DIRECTIVE="boot"
KERNEL_MAKE_DIRECTIVE_2=""
KERNEL_BINARY="arch/alpha/boot/vmlinux.gz"
-# 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
@@ -23,5 +18,3 @@ UTILS_AS=as
UTILS_LD=ld
COMPRESS_INITRD=yes
-
-BOOTSPLASH=no