From f4dacff684c5d47c0382f03eb216cb74607654f9 Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Wed, 19 Jan 2022 23:47:33 +0100 Subject: [PATCH] 5.16.1-2 (clr 5.16.1-1116) enable CONFIG_FW_LOADER_COMPRESS to sync with latest linux-firmware change --- .SRCINFO | 2 +- PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9439fed..44b9379 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-clear pkgdesc = Clear Linux pkgver = 5.16.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index 171d121..d8df415 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -82,7 +82,7 @@ _srcname=linux-${_major} _clr=${_major}.1-1116 pkgbase=linux-clear pkgver=${_major}.${_minor} -pkgrel=1 +pkgrel=2 pkgdesc='Clear Linux' arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" @@ -177,7 +177,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 # fix for FS#72645 FS#72658 scripts/config --undefine SYSFB_SIMPLEFB \ --enable FB_VESA \