summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2022-01-19 23:49:04 +0100
committerJosip Ponjavic2022-01-19 23:49:04 +0100
commit0d496c9ed04f6470dbf1f910eb158c7a5adc5f89 (patch)
treedea3b32615ac750b00d7d1366556f0b65186a068
parent9f250ba936342d9bf536168991e0f7afc1ca91e0 (diff)
downloadaur-0d496c9ed04f6470dbf1f910eb158c7a5adc5f89.tar.gz
5.4.172-2 (clr 5.4.172-165) enable CONFIG_FW_LOADER_COMPRESS to sync with latest linux-firmware change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750fb1e013d5..ee63e937fb3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear-lts2019
pkgdesc = Clear Linux lts2019
pkgver = 5.4.172
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux-lts2019
arch = x86_64
license = GPL2
@@ -16,7 +16,7 @@ pkgbase = linux-clear-lts2019
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.172.xz
- source = linux-clear-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.169-162
+ source = linux-clear-lts2019::git+https://github.com/clearlinux-pkgs/linux-lts2019.git#tag=5.4.172-165
source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
diff --git a/PKGBUILD b/PKGBUILD
index 054cbc43763f..522b215e114f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,10 +76,10 @@
_major=5.4
_minor=172
_srcname=linux-${_major}
-_clr=${_major}.169-162
+_clr=${_major}.172-165
pkgbase=linux-clear-lts2019
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux lts2019'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2019"
@@ -156,7 +156,8 @@ prepare() {
--enable SND_OSSEMUL \
--module-after SND_OSSEMUL SND_MIXER_OSS \
--module-after SND_MIXER_OSS SND_PCM_OSS \
- --enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS
+ --enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS \
+ --enable FW_LOADER_COMPRESS
# Kernel hacking -> Compile-time checks and compiler options -> Make section mismatch errors non-fatal
scripts/config --enable SECTION_MISMATCH_WARN_ONLY