summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2024-01-16 11:39:49 +0100
committereggz2024-01-16 11:39:49 +0100
commit557b4c021f7d6441c8499527ec402ba1ebe6abaa (patch)
treef4e1c0de069d6295298d617d72da6f5dd15e99f2
parent30426153a7e6edff09f37da9740dfd0f60de3038 (diff)
downloadaur-557b4c021f7d6441c8499527ec402ba1ebe6abaa.tar.gz
switched module compression to zstd
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config.x86_644
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dbac0e9c245..807097d0c20e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-raven
pkgver = 6.7.v.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = linux-amd-raven
source = linux-amd-raven.preset
source = more-uarches-for-kernel-5.17+.patch
sha256sums = SKIP
- sha256sums = e632073b390bb750036e2648460df70b006d87cf5169456726b5bd7868c83304
+ sha256sums = 3a579a915d040a4cf2b672f8282ae597350437790a434f15e7c01421c1c1706b
sha256sums = fd220b9f47a86162247b042f06311848678f9acb64b92f716572972f3aeb3d18
sha256sums = 81ad663925a0aa5b5332a69bae7227393664bb81ee2e57a283e7f16e9ff75efe
diff --git a/PKGBUILD b/PKGBUILD
index 0838df19b357..887da610f720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ gitver=v6.7
patchver=20230105
patchname=more-uarches-for-kernel-5.17+.patch
pkgver=6.7.v.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -23,7 +23,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- 'e632073b390bb750036e2648460df70b006d87cf5169456726b5bd7868c83304'
+ '3a579a915d040a4cf2b672f8282ae597350437790a434f15e7c01421c1c1706b'
#.preset file
'fd220b9f47a86162247b042f06311848678f9acb64b92f716572972f3aeb3d18'
#grayskypatch file
diff --git a/config.x86_64 b/config.x86_64
index ef51aa277707..7e8dcd9b8c4e 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -960,8 +960,8 @@ CONFIG_MODULE_SIG_SHA512=y
CONFIG_MODULE_SIG_HASH="sha512"
# 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"