ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can...
[openwrt-10.03/.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