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
commit0fb0641427172f1a3926f7b1b59eff563844a1f5 (patch)
tree66f0f8bb902d096a01dd6d60b80fee64e2c03ce5 /package/kexec-tools/kexec-config.in
parente5eb1146975a5c28309801965af3d2fb0f98141e (diff)
downloadmaster-187ad058-0fb0641427172f1a3926f7b1b59eff563844a1f5.tar.gz
master-187ad058-0fb0641427172f1a3926f7b1b59eff563844a1f5.tar.bz2
master-187ad058-0fb0641427172f1a3926f7b1b59eff563844a1f5.zip
[package/kexec] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10803 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.