[package] kernel: fix kmod-ipt-iprange (closes: #6187)
[openwrt.git] / package / kexec-tools / kexec-config.in
1
2 config KEXEC_TOOLS_TARGET_NAME
3 string
4 prompt "Target name for kexec kernel" if PACKAGE_kexec-tools
5 default EXTRA_TARGET_ARCH_NAME if powerpc64
6 default ARCH
7 help
8 Defines the target type of the kernels that kexec deals
9 with. This should be the target specification of
10 the kernel you're booting.
11
12 config KEXEC_TOOLS_kdump
13 bool
14 prompt "kdump support"
15 depends on PACKAGE_kexec-tools
16 default n
17 help
18 Include the kdump utility.
19
This page took 0.051337 seconds and 5 git commands to generate.