From 6422fe2b0a110c3a611c0e98cd96b489d4f11880 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 29 Apr 2009 00:51:29 +0200 Subject: linux-kexecboot.inc: force CONFIG_KEXEC=y just in case - no runtime changes, no PR BUMP --- recipes/kexecboot/linux-kexecboot.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/kexecboot') diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc index 31b6377e62..fb3816b348 100644 --- a/recipes/kexecboot/linux-kexecboot.inc +++ b/recipes/kexecboot/linux-kexecboot.inc @@ -34,6 +34,7 @@ do_configure[depends] += "${INITRAMFS_IMAGE}:do_rootfs" do_configure_append() { sed -i -e /CONFIG_BLK_DEV_INITRD/d \ + -e /CONFIG_KEXEC/d \ -e /CONFIG_INITRAMFS_SOURCE/d \ -e /=m/d \ -e /CONFIG_MODULES/d \ @@ -46,7 +47,8 @@ sed -i -e /CONFIG_BLK_DEV_INITRD/d \ sed -i -e /CONFIG_CMDLINE/s/quiet/loglevel=3/1 ${S}/.config sed -i -e /CONFIG_CMDLINE/s/debug/loglevel=3/1 ${S}/.config -echo 'CONFIG_BLK_DEV_INITRD=y +echo 'CONFIG_BLK_DEV_INITRD=y +CONFIG_KEXEC=y CONFIG_INITRAMFS_SOURCE="initramfs.cpio.gz" CONFIG_MODULES=n' >> ${S}/.config -- cgit 1.2.3-korg