diff options
-rw-r--r-- | conf/machine/include/initramfs-kexecboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc index 81cceaaf25..bc9cd518e2 100644 --- a/conf/machine/include/initramfs-kexecboot.inc +++ b/conf/machine/include/initramfs-kexecboot.inc @@ -4,13 +4,13 @@ # If set here, each image will also build linux-kexecboot. # Usually the machine-installer recipe already DEPENDS on it # -# EXTRA_IMAGEDEPENDS += "linux-kexecboot" +EXTRA_IMAGEDEPENDS += "linux-kexecboot" # Force inclusion of kernel in target images # (done by default) # -# RDEPENDS_kernel-base = "kernel-image" +RDEPENDS_kernel-base = "kernel-image" # Install /boot/boot.cfg in target images |