mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 11:14:43 +00:00
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
|