From d6679090b4936dda90270254d1fd67ad37c6a8a2 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 14 Jan 2018 20:50:39 +0200 Subject: kernel: add missing config symbol The KEXEC_FILE symbol exists for X86 since kernel 3.17, and since 4.10 for PPC64. Add it to x86/config-4.9 and to generic/config-4.14. Signed-off-by: Stijn Tintel --- target/linux/x86/config-4.9 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/x86/config-4.9') diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9 index b5003546c9..76366a7d71 100644 --- a/target/linux/x86/config-4.9 +++ b/target/linux/x86/config-4.9 @@ -272,6 +272,7 @@ CONFIG_JBD2=y CONFIG_KALLSYMS=y CONFIG_KEXEC=y CONFIG_KEXEC_CORE=y +# CONFIG_KEXEC_FILE is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_LEDS_CLEVO_MAIL is not set CONFIG_LIBNVDIMM=y -- cgit v1.2.3