5.16.1-2 (clr 5.16.1-1116) enable CONFIG_FW_LOADER_COMPRESS to sync with latest linux-firmware change

This commit is contained in:
Josip Ponjavic 2022-01-19 23:47:33 +01:00
parent 447d5fdb38
commit f4dacff684
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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 \