linux58-tkg: 5.8.1
This commit is contained in:
parent
40ca8f75e2
commit
82974f4a15
@ -94,9 +94,9 @@ else
|
|||||||
fi
|
fi
|
||||||
pkgname=("${pkgbase}" "${pkgbase}-headers")
|
pkgname=("${pkgbase}" "${pkgbase}-headers")
|
||||||
_basekernel=5.8
|
_basekernel=5.8
|
||||||
_sub=0
|
_sub=1
|
||||||
pkgver="${_basekernel}"."${_sub}"
|
pkgver="${_basekernel}"."${_sub}"
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Linux-tkg'
|
pkgdesc='Linux-tkg'
|
||||||
arch=('x86_64') # no i686 in here
|
arch=('x86_64') # no i686 in here
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
@ -105,6 +105,7 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'patchutils'
|
|||||||
optdepends=('schedtool')
|
optdepends=('schedtool')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.xz"
|
source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.xz"
|
||||||
|
"https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||||
"https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.8%2B.patch"
|
"https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1%2B_kernel_v5.8%2B.patch"
|
||||||
'config.x86_64' # stock Arch config
|
'config.x86_64' # stock Arch config
|
||||||
#'config_hardened.x86_64' # hardened Arch config
|
#'config_hardened.x86_64' # hardened Arch config
|
||||||
@ -133,6 +134,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.x
|
|||||||
0012-misc-additions.patch
|
0012-misc-additions.patch
|
||||||
)
|
)
|
||||||
sha256sums=('e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5'
|
sha256sums=('e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5'
|
||||||
|
'6f7a720d5037c69a8ae80f9c67063a1d26523ddf094411a436da4228426ee569'
|
||||||
'5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12'
|
'5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12'
|
||||||
'240321e752714a4b64c2aaf15a875866f24e7b66bbbe79042e0ee73d64849c38'
|
'240321e752714a4b64c2aaf15a875866f24e7b66bbbe79042e0ee73d64849c38'
|
||||||
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'
|
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'
|
||||||
|
@ -7,7 +7,7 @@ _tkg_srcprep() {
|
|||||||
echo "" > localversion.20-pkgname
|
echo "" > localversion.20-pkgname
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#patch -p1 -i ../patch-"${pkgver}"
|
patch -p1 -i ../patch-"${pkgver}"
|
||||||
|
|
||||||
# ARCH Patches
|
# ARCH Patches
|
||||||
if [ "${_configfile}" == "config_hardened.x86_64" ] && [ "${_cpusched}" == "cfs" ]; then
|
if [ "${_configfile}" == "config_hardened.x86_64" ] && [ "${_cpusched}" == "cfs" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user