From a729c3d34647c79587e3c1daed48d9750de4274e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 19 Dec 2006 13:24:27 +0000 Subject: - add kexec package --- package/kexec/Config.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/kexec/Config.in (limited to 'package/kexec/Config.in') 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 -- cgit v1.2.3