[oe-commits] Andrea Adami : linux-kexecboot.inc: explicit we don't want modules.

git version control git at git.openembedded.org
Tue Mar 1 22:48:02 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 43bdeb023ba866218a50d3cfc5adcd5128d397b5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=43bdeb023ba866218a50d3cfc5adcd5128d397b5

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Mar  1 23:46:04 2011 +0100

linux-kexecboot.inc: explicit we don't want modules.

* fix harmless typo...

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/linux/linux-kexecboot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 3bdb45c..014c69b 100644
--- 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





More information about the Openembedded-commits mailing list