linux59-tkg: 5.9.1
Should fix https://github.com/Frogging-Family/linux-tkg/issues/48
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user