From: Daniel Golle Date: Thu, 25 May 2017 21:44:23 +0000 (+0200) Subject: x86/legacy: disable PAE again X-Git-Tag: v18.06.0-rc1~2882 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=62d0b1a444c210fd773f2c15982e998cc08535b3;ds=sidebyside x86/legacy: disable PAE again commit 961c0eacea ('x86: fix lifting kernel CPU requirements and always enable PAE') broke some older geode boards such as Soekris net4826. Hence disable PAE on x86/legacy again in order to still support those very old non-PAE capable CPUs. Fixes FS#773 - PAE broke Soekris net4826 Signed-off-by: Daniel Golle --- diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index 71049254b2..db6fc253e9 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -222,7 +222,7 @@ CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_E_POWERSAVER is not set # CONFIG_X86_INTEL_LPSS is not set # CONFIG_X86_LONGHAUL is not set -CONFIG_X86_PAE=y +# CONFIG_X86_PAE is not set # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_PM_TIMER=y # CONFIG_X86_POWERNOW_K8 is not set