git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6097d
)
linux-kexecboot.inc: explicit we don't want modules.
author
Andrea Adami
<andrea.adami@gmail.com>
Tue, 1 Mar 2011 22:46:04 +0000
(23:46 +0100)
committer
Andrea Adami
<andrea.adami@gmail.com>
Tue, 1 Mar 2011 22:46:04 +0000
(23:46 +0100)
* fix harmless typo...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/linux/linux-kexecboot.inc
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-kexecboot.inc
b/recipes/linux/linux-kexecboot.inc
index
3bdb45c
..
014c69b
100644
(file)
--- a/
recipes/linux/linux-kexecboot.inc
+++ b/
recipes/linux/linux-kexecboot.inc
@@
-127,7
+127,7
@@
do_configure_prepend() {
echo 'CONFIG_BLK_DEV_INITRD=y' >>${S}/.config
echo 'CONFIG_KEXEC=y' >>${S}/.config
- echo '
CONFIG_MODULES=n
' >> ${S}/.config
+ echo '
# CONFIG_MODULES is not set
' >> ${S}/.config
# Force lzma for arm kernels only
if [ "${ARCH}" = "arm" ] ; then