summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b654e6deec6..50b8e3b7a16b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=linux-amd-raven
_srcname=linux
gitver=v5.4.41
pkgver=5.4.v.41
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -23,6 +23,8 @@ source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git'
'5012_enable-cpu-optimizations-for-gcc91.patch'
# disable acountingspam patchfile
'disable_proc_ac.patch'
+ # i2c write rework patch
+ 'timerrework.patch'
)
sha256sums=('SKIP'
#config.x86_64
@@ -33,6 +35,8 @@ sha256sums=('SKIP'
'fb98e49d7a640e05bf0d3a65ca49d0adb19de7547cb7ffca7a6cbacb1f461f0b'
#disable acountingspam patchfile
'f412d719977af563ca74b41b218977e49672ac93ab7cc96a0833b66abbfb8b10'
+ #i2c write rework patchfile
+ '44e739d674b0909d3dd1edb29ad9c4ab6543c32f488cbbcc30ba0fdc2bf902dc'
)
_kernelname=${pkgbase#linux}
@@ -61,6 +65,9 @@ prepare() {
# Implement disable acountingspam patchfile
git apply ../disable_proc_ac.patch
+ # Implement i2c write retimers patch
+ git apply ../timerrework.patch
+
# get kernel version
yes "" | make prepare