From aff6fa1a1d0d4ce7debefa250e4845e4b86811e4 Mon Sep 17 00:00:00 2001 From: jk Date: Sat, 12 Apr 2008 23:20:31 +0000 Subject: [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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10803 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kexec-tools/kexec-config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/kexec-tools/kexec-config.in (limited to 'package/kexec-tools/kexec-config.in') 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. -- cgit v1.2.3