diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-24 00:22:57 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-24 00:22:57 +0200 |
commit | be8461e8b3c7e9d7c7d777816e5243ad45734233 (patch) | |
tree | 5c5e4f68b8bafcf5e5bf3e5c9d7bb236db1f45ee /conf/machine/include/kexecboot.inc | |
parent | bc8de04dc0375272fcd6ea50b1ca72e92711cb57 (diff) |
kexecboot.inc: rename as initramfs-kexecboot.in
Diffstat (limited to 'conf/machine/include/kexecboot.inc')
-rw-r--r-- | conf/machine/include/kexecboot.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc deleted file mode 100644 index 1835af4727..0000000000 --- a/conf/machine/include/kexecboot.inc +++ /dev/null @@ -1,16 +0,0 @@ -# kexecboot specific config options - -# NOTE: include this file after zaurus-2.6.inc for zaurus machines - -MACHINE_FEATURES_append = " kexecboot " - -IMAGE_FSTYPES += " tar.gz " -EXTRA_IMAGEDEPENDS += "linux-kexecboot" - -# Include Kernel image in kexecboot enabled images -RDEPENDS_kernel-base = "kernel-image" - -# we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels -DONT_CHECK_KERNELSIZE ?= "1" - -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg" |