diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-08 21:57:57 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-02-08 22:00:58 +0100 |
commit | 64b4659e3bfd06cae4d6c743634130c9af097324 (patch) | |
tree | b2944a5a06c724b2748f35ed91df36e067b6548b /conf/machine | |
parent | b805cfd217563bc7ebad3d3601e60d0fd4a83ff6 (diff) |
kexecboot.inc: add kexecboot-cfg
add kexecboot-cfg to MACHINE_EXTRA_RRECOMMENDS for supported machines.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/kexecboot.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index 0a9f209fe2..c8656bb117 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -13,3 +13,4 @@ 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_EXTRA_RRECOMMENDS_append = " kexecboot-cfg" |