summaryrefslogtreecommitdiffstats
path: root/package/kexec-tools/kexec-config.in
diff options
context:
space:
mode:
authorjk <jk@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-12 23:20:31 +0000
committerjk <jk@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-12 23:20:31 +0000
commitaff6fa1a1d0d4ce7debefa250e4845e4b86811e4 (patch)
tree66f0f8bb902d096a01dd6d60b80fee64e2c03ce5 /package/kexec-tools/kexec-config.in
parent7e4be8edea219e2e688c2557961b1603bb71a7c2 (diff)
[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 000000000..090774182
--- /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.