kexec-tools: bump version and add support for crashdump kernel
[openwrt/staging/mkresin.git] / package / boot / kexec-tools / Config.in
1 menu "Configuration"
2 depends on PACKAGE_kexec
3
4 config KEXEC_ZLIB
5 bool
6 prompt "zlib support"
7 default y
8
9 config KEXEC_LZMA
10 bool
11 prompt "lzma support"
12 default n
13
14 endmenu