From 581ae3ade668ed6a429fd275270b6bf7a060dfc2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 31 Jul 2019 12:38:18 +0200 Subject: [PATCH] linux-4.19.57: Enable CONFIG_CRASH_DUMP We don't want to maintain a separate crash kernel but use our normal kernel as a crash kernel. Enable CONFIG_CRASH_DUMP and CONFIG_RELOCATABLE. --- linux-4.19.57-282.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-4.19.57-282.bee b/linux-4.19.57-282.bee index 7b8561cfb..40462032a 100755 --- a/linux-4.19.57-282.bee +++ b/linux-4.19.57-282.bee @@ -84,7 +84,7 @@ mee_configure() { CONFIG_HZ_1000=y CONFIG_KEXEC=y CONFIG_KEXEC_FILE=y - # CONFIG_RELOCATABLE is not set + CONFIG_CRASH_DUMP=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_COMPAT_VDSO=y # CONFIG_ACPI_AC is not set