diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-04-12 23:20:31 +0000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-04-12 23:20:31 +0000 |
commit | 4ec5f133bb0b800ef8bfa0c8687a8f317b092162 (patch) | |
tree | a3d74f0326478631eee55ba70c0e44d100bcbd60 /package/kexec-tools/kexec-config.in | |
parent | 077d84f543b36d27d1d8aa5f759d6eed6c6a65b2 (diff) | |
download | mtk-20170518-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.zip mtk-20170518-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.tar.gz mtk-20170518-4ec5f133bb0b800ef8bfa0c8687a8f317b092162.tar.bz2 |
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.in | 9 |
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 0000000..0907741 --- /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. |