summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2022-01-19 23:48:27 +0100
committerJosip Ponjavic2022-01-19 23:48:27 +0100
commit49a6f526c422e6af2043e7d796fc7aad2a6d45e2 (patch)
treeab43463fbda9ea22587344e2ea579bef02ded87e /PKGBUILD
parent7f2cd7d8a8a219187e861f7a3415ae08e2622e77 (diff)
downloadaur-49a6f526c422e6af2043e7d796fc7aad2a6d45e2.tar.gz
5.10.92-2 (clr 5.10.92-43) enable CONFIG_FW_LOADER_COMPRESS to sync with latest linux-firmware change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe765553310..566ea09d2eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,10 +76,10 @@
_major=5.10
_minor=92
_srcname=linux-${_major}
-_clr=${_major}.89-40
+_clr=${_major}.92-43
pkgbase=linux-clear-lts2020
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux lts2020'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2020"
@@ -155,7 +155,8 @@ prepare() {
--module-after SND_OSSEMUL SND_MIXER_OSS \
--module-after SND_MIXER_OSS SND_PCM_OSS \
--enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS \
- --module AGP --module-after AGP AGP_INTEL --module-after AGP_INTEL AGP_VIA
+ --module AGP --module-after AGP AGP_INTEL --module-after AGP_INTEL AGP_VIA \
+ --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