2
1

Config.in 411 B

12345678910111213141516
  1. config BR2_PACKAGE_KEXEC
  2. bool "kexec"
  3. default n
  4. help
  5. Kexec is a user space utiltity for loading another kernel
  6. and asking the currently running kernel to do something with it.
  7. http://www.xmission.com/~ebiederm/files/kexec/
  8. config BR2_PACKAGE_KEXEC_ZLIB
  9. bool "Kexec with zlib support"
  10. depends on BR2_PACKAGE_KEXEC
  11. default n
  12. select BR2_PACKAGE_ZLIB
  13. help
  14. Support for compressed kernel images