mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
842ed8448d
Signed-off-by: Felix Fietkau <nbd@nbd.name>
22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_kexec-tools
|
|
|
|
config KEXEC_TOOLS_kdump
|
|
bool
|
|
prompt "kdump support"
|
|
default n
|
|
help
|
|
Include the kdump utility.
|
|
|
|
config KEXEC_ZLIB
|
|
bool
|
|
prompt "zlib support"
|
|
default y
|
|
|
|
config KEXEC_LZMA
|
|
bool
|
|
prompt "lzma support"
|
|
default n
|
|
|
|
endmenu
|