aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/epia
Commit message (Collapse)AuthorAgeFilesLines
* x86: fix lifting kernel CPU requirements and always enable PAEDaniel Golle2017-05-051-0/+213
commit 89878f60f4 x86: lift kernel minimum CPU requirement to Pentium MMX caused kconfig havoc. Fix this and make sure PAE is enabled even on legacy CPUs as the minimum required CPU has been Pentium MMX for a while now and hence PAE is supported even on the x86_legacy target. Signed-off-by: Daniel Golle <daniel@makrotopia.org>