From 89878f60f47abf998446c5813e476fe9f0a8a38c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 5 May 2017 09:53:44 +0200 Subject: x86: lift kernel minimum CPU requirement to Pentium MMX Anything older than that isn't supported since commit f4f8f4a180366, hence also switch to Pentium MMX when building the kernel. Signed-off-by: Daniel Golle --- target/linux/x86/config-4.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 849ab3d..09a9dfe 100644 --- a/target/linux/x86/config-4.9 +++ b/target/linux/x86/config-4.9 @@ -264,7 +264,7 @@ CONFIG_KEXEC=y CONFIG_KEXEC_CORE=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_LEDS_CLEVO_MAIL is not set -CONFIG_M486=y +CONFIG_M586MMX=y # CONFIG_M586 is not set # CONFIG_M586MMX is not set # CONFIG_M586TSC is not set -- cgit v1.1