summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8685626a4c19..eeea85138c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,9 @@ _lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
_bfq_rev_path="bfq-reverts-sep"
_bfq_rev_patch="0001-Revert-block-bfq-handle-NULL-return-value-by-bfq_ini.patch"
_bfq_path="bfq-dev-lucjan"
-_bfq_patch="5.2-bfq-dev-lucjan-v11r1-2K190822.patch"
+_bfq_ver="v11"
+_bfq_rel="r2K190822"
+_bfq_patch="${_major}-${_bfq_path}-${_bfq_ver}-${_bfq_rel}.patch"
_gcc_path="https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master"
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch"