From 43bdeb023ba866218a50d3cfc5adcd5128d397b5 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 1 Mar 2011 23:46:04 +0100 Subject: [PATCH] linux-kexecboot.inc: explicit we don't want modules. * fix harmless typo... Signed-off-by: Andrea Adami --- recipes/linux/linux-kexecboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5