From: Andrea Adami Date: Tue, 1 Mar 2011 22:46:04 +0000 (+0100) Subject: linux-kexecboot.inc: explicit we don't want modules. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43bdeb023ba866218a50d3cfc5adcd5128d397b5;p=openembedded.git linux-kexecboot.inc: explicit we don't want modules. * fix harmless typo... Signed-off-by: Andrea Adami --- diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc index 3bdb45cc14..014c69b372 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