linux58-tkg: 5.8.8

This commit is contained in:
Tk-Glitch 2020-09-10 09:25:48 +02:00
parent 05b7a0ca74
commit 7cd1394526
3 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ else
fi
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
pkgrel=13
pkgrel=14
pkgdesc='Linux-tkg'
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"
@ -84,7 +84,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.x
0012-misc-additions.patch
)
sha256sums=('e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5'
'd394c98a7031fe2c88009082ccfdd8ec588dfbcf83a8d7969d016c4881e7028d'
'4cfc08e0e26f824eb876b9ebd8bb29f3739a2790e949a514ce31f7f5d58c8c44'
'5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12'
'ac66686b0e1ed057ea5f099cd00366decc00f999aa1cb19ba8d3ccf9f92d60e2'
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'

View File

@ -54,8 +54,8 @@ _debugdisable="false"
# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
# CPU scheduler - Options are "pds", "bmq" or "cfs"
# "pds" is the recommended option for gaming
# CPU scheduler - Options are "upds" (TkG's Undead PDS), "pds", "bmq" or "cfs"
# "upds" is the recommended option for gaming
_cpusched=""
# CPU sched_yield_type - Choose what sort of yield sched_yield will perform

View File

@ -2,7 +2,7 @@
_basever=58
_basekernel=5.8
_sub=7
_sub=8
_tkg_initscript() {