aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools/kexec-config.in
diff options
context:
space:
mode:
authorJeremy Kerr <​jk@ozlabs.org>2008-04-12 23:20:31 +0000
committerJeremy Kerr <​jk@ozlabs.org>2008-04-12 23:20:31 +0000
commit4ec5f133bb0b800ef8bfa0c8687a8f317b092162 (patch)
treea3d74f0326478631eee55ba70c0e44d100bcbd60 /package/kexec-tools/kexec-config.in
parent077d84f543b36d27d1d8aa5f759d6eed6c6a65b2 (diff)
downloadupstream-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.tar.gz
upstream-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.tar.bz2
upstream-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.zip
Use new kexec tools
Horms' new kexec-tools repository has a number of updates and fixes for kexec, and also supports the PS3. This change updates the kexec repo, and adds a few build-system patches to make it work with OpenWRT. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10803
Diffstat (limited to 'package/kexec-tools/kexec-config.in')
-rw-r--r--package/kexec-tools/kexec-config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kexec-tools/kexec-config.in b/package/kexec-tools/kexec-config.in
new file mode 100644
index 0000000000..0907741825
--- /dev/null
+++ b/package/kexec-tools/kexec-config.in
@@ -0,0 +1,9 @@
+
+config KEXEC_TOOLS_TARGET_NAME
+ string
+ prompt "Target name for kexec kernel" if PACKAGE_kexec-tools
+ default ARCH
+ help
+ Defines the target type of the kernels that kexec deals
+ with. This should be the target specification of
+ the kernel you're booting.