linux-kexecboot.inc: explicit we don't want modules.
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 1 Mar 2011 22:46:04 +0000 (23:46 +0100)
committerAndrea 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

index 3bdb45c..014c69b 100644 (file)
@@ -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