summaryrefslogtreecommitdiffstats
path: root/package/kexec/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-19 14:24:27 +0100
committerBernhard Reutner-Fischer2006-12-19 14:24:27 +0100
commita729c3d34647c79587e3c1daed48d9750de4274e (patch)
treecc9d6e796bbab22bd090cf2401fd1b9951abe70d /package/kexec/Config.in
parent- pass the correct kernel headers in and improve the -clean target. (diff)
downloadbuildroot-a729c3d34647c79587e3c1daed48d9750de4274e.tar.gz
buildroot-a729c3d34647c79587e3c1daed48d9750de4274e.tar.xz
buildroot-a729c3d34647c79587e3c1daed48d9750de4274e.zip
- add kexec package
Diffstat (limited to 'package/kexec/Config.in')
-rw-r--r--package/kexec/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in
new file mode 100644
index 000000000..0b114f7eb
--- /dev/null
+++ b/package/kexec/Config.in
@@ -0,0 +1,16 @@
+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