summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2024-01-16 11:37:56 +0100
committerEggz2024-01-16 11:37:56 +0100
commit0e587115161281960f52da6bd16d6e659e59d01a (patch)
tree1dc365e0d24d5bccf69b0fdf9de7700ff40d3b5f
parent8cdbe729fb54df8b398fdf72448a1400a7e26134 (diff)
downloadaur-0e587115161281960f52da6bd16d6e659e59d01a.tar.gz
switched module compression to zstd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--config.x86_644
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb66c1c9dc1..094bc7296a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = linux-amd-znver3
source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20230105/more-uarches-for-kernel-5.17+.patch
source = flushbyasid.patch
sha256sums = SKIP
- sha256sums = 2e790d12734842112bc651d5192e8f4d3aa87d22310f582aaee2eb6fe5fb0198
+ sha256sums = f814a99374012ece996afd6cbb46e9bacf1a6f0592583299f33cf8c2f6d37770
sha256sums = 26828ab61a69fca7ecdbba4179311f7cc3c59e1f8c070bcc626c68065187222b
sha256sums = 81ad663925a0aa5b5332a69bae7227393664bb81ee2e57a283e7f16e9ff75efe
sha256sums = 0878a970035793ca761c6f7499fb37cf04e6d9892758ca3fb9b99f846febfaf0
diff --git a/PKGBUILD b/PKGBUILD
index 2d04398fff9d..d36687a28031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '2e790d12734842112bc651d5192e8f4d3aa87d22310f582aaee2eb6fe5fb0198'
+ 'f814a99374012ece996afd6cbb46e9bacf1a6f0592583299f33cf8c2f6d37770'
#.preset file
'26828ab61a69fca7ecdbba4179311f7cc3c59e1f8c070bcc626c68065187222b'
#grayskypatch
diff --git a/config.x86_64 b/config.x86_64
index 2243878cccea..7a775024c709 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -950,8 +950,8 @@ CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS_NONE is not set
# CONFIG_MODULE_COMPRESS_GZIP is not set
-CONFIG_MODULE_COMPRESS_XZ=y
-# CONFIG_MODULE_COMPRESS_ZSTD is not set
+# CONFIG_MODULE_COMPRESS_XZ is not set
+CONFIG_MODULE_COMPRESS_ZSTD=y
# CONFIG_MODULE_DECOMPRESS is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"