[source] x86/legacy: disable PAE again
LEDE Commits
lede-commits at lists.infradead.org
Thu May 25 14:51:07 PDT 2017
dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/62d0b1a444c210fd773f2c15982e998cc08535b3
commit 62d0b1a444c210fd773f2c15982e998cc08535b3
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu May 25 23:44:23 2017 +0200
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 <daniel at makrotopia.org>
---
target/linux/x86/legacy/config-default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default
index 7104925..db6fc25 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
More information about the lede-commits
mailing list