aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:51:47 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:51:47 +0000
commit208a983055a5c685bb9ce265c5147802682409ab (patch)
tree6f6fb0ec069b863d2bf110c479dfe5a0bb997948 /gen_configkernel.sh
parentChanged all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will kee... (diff)
downloadgenkernel-208a983055a5c685bb9ce265c5147802682409ab.tar.gz
genkernel-208a983055a5c685bb9ce265c5147802682409ab.tar.bz2
genkernel-208a983055a5c685bb9ce265c5147802682409ab.zip
Renamed gensplash to splash and marked gensplash as deprecated. This is 3.4.9_pre3 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@536 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_configkernel.sh')
-rw-r--r--gen_configkernel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 5f9ef2f9..7d71e70c 100644
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -116,7 +116,7 @@ config_kernel() {
sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_BLK_DEV_DM is.*/CONFIG_BLK_DEV_DM=m/g'
fi
- if isTrue ${GENSPLASH}
+ if isTrue ${SPLASH}
then
sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_FB_SPLASH is.*/CONFIG_FB_SPLASH=y/g'
fi