kexec-tools: bump version and add support for crashdump kernel
[openwrt/staging/wigyori.git] / package / boot / kexec-tools / files / kdump.config
1
2 config kdump
3 option enabled '1'
4 option save_dmesg '1'
5 option save_vmcore '0'
6 # using an external partition to store vmcore is highly recommended!
7 # option path '/mnt/crashdump'