projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7f692
)
Fix #88080.
author
Tim Yamin
<plasmaroo@gentoo.org>
Mon, 15 Aug 2005 20:37:42 +0000
(20:37 +0000)
committer
Tim Yamin
<plasmaroo@gentoo.org>
Mon, 15 Aug 2005 20:37:42 +0000
(20:37 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@307
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_configkernel.sh
patch
|
blob
|
history
diff --git
a/gen_configkernel.sh
b/gen_configkernel.sh
index 751fe36d20a6634ede57e95cc326046e47e3ad67..5b87283a7877ca9ea23bef2979b16c56a7bf48e1 100644
(file)
--- a/
gen_configkernel.sh
+++ b/
gen_configkernel.sh
@@
-115,4
+115,9
@@
config_kernel() {
then
sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_BLK_DEV_DM is.*/CONFIG_BLK_DEV_DM=m/g'
fi
+
+ if isTrue ${GENSPLASH}
+ then
+ sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_FB_SPLASH is.*/CONFIG_FB_SPLASH=y/g'
+ fi
}