added kernel patching based on graysky2's patches

This commit is contained in:
2021-11-21 23:46:21 +01:00
parent 2f15cebd3e
commit 2d9e4e166a
3 changed files with 133 additions and 6 deletions

View File

@@ -8,6 +8,18 @@ svn2git:
upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git"
upstream-community: "https://github.com/archlinux/svntogit-community.git"
kernel_to_patch:
- linux
- linux-lts
- linux-zen
- linux-hardened
kernel_patches:
4.19: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-4.19-5.4.patch"
5.5: "none"
5.8: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8-5.14.patch"
5.15: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.15%2B.patch"
db:
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"