[package] change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
[openwrt/svn-archive/archive.git] / package / kexec-tools / Config.in
1 menu "Configuration"
2 depends on PACKAGE_kexec-tools
3
4 config KEXEC_TOOLS_TARGET_NAME
5 string
6 prompt "Target name for kexec kernel"
7 default EXTRA_TARGET_ARCH_NAME if powerpc64
8 default ARCH
9 help
10 Defines the target type of the kernels that kexec deals
11 with. This should be the target specification of
12 the kernel you're booting.
13
14 config KEXEC_TOOLS_kdump
15 bool
16 prompt "kdump support"
17 default n
18 help
19 Include the kdump utility.
20
21 endmenu