linux59-tkg: 5.9.1

Should fix https://github.com/Frogging-Family/linux-tkg/issues/48
This commit is contained in:
Tk-Glitch
2020-10-17 13:12:54 +02:00
parent 0e4d9045d1
commit 5c57ad3792
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
_basever=59
_basekernel=5.9
_sub=0
_sub=1
_tkg_initscript() {
@@ -122,8 +122,8 @@ _tkg_srcprep() {
echo "" > localversion.20-pkgname
# add upstream patch
#msg2 "Patching from $_basekernel to $pkgver"
#patch -p1 -i "$srcdir"/patch-"${pkgver}"
msg2 "Patching from $_basekernel to $pkgver"
patch -p1 -i "$srcdir"/patch-"${pkgver}"
# ARCH Patches
if [ "${_configfile}" = "config_hardened.x86_64" ] && [ "${_cpusched}" = "cfs" ]; then