Import hardened patchset and config for 5.10.y

Also fix hardened config getting ditched out. Looks like it got broken in a PR earlier.
This commit is contained in:
Tk-Glitch
2021-01-25 19:16:01 +01:00
parent 767271f663
commit 269750631b
2 changed files with 5 additions and 3 deletions

View File

@@ -342,7 +342,7 @@ _tkg_srcprep() {
fi
# ARCH Patches
if [ "${_configfile}" = "config_hardened_${_basekernel}.x86_64" ] && [ "${_cpusched}" = "cfs" ]; then
if [ "${_configfile}" = "config_hardened.x86_64" ] && [ "${_cpusched}" = "cfs" ]; then
msg2 "Using linux hardened patchset"
tkgpatch="$srcdir/0012-linux-hardened.patch" && _tkg_patcher
else