buildrootschalter/package/kexec/Config.in
Bernhard Reutner-Fischer a729c3d346 - add kexec package
2006-12-19 13:24:27 +00:00

17 lines
411 B
Plaintext

config BR2_PACKAGE_KEXEC
bool "kexec"
default n
help
Kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
http://www.xmission.com/~ebiederm/files/kexec/
config BR2_PACKAGE_KEXEC_ZLIB
bool "Kexec with zlib support"
depends on BR2_PACKAGE_KEXEC
default n
select BR2_PACKAGE_ZLIB
help
Support for compressed kernel images