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:
parent
447d5fdb38
commit
f4dacff684
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Clear Linux
|
pkgdesc = Clear Linux
|
||||||
pkgver = 5.16.1
|
pkgver = 5.16.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -82,7 +82,7 @@ _srcname=linux-${_major}
|
||||||
_clr=${_major}.1-1116
|
_clr=${_major}.1-1116
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Clear Linux'
|
pkgdesc='Clear Linux'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
|
@ -177,7 +177,8 @@ prepare() {
|
||||||
--module-after SND_OSSEMUL SND_MIXER_OSS \
|
--module-after SND_OSSEMUL SND_MIXER_OSS \
|
||||||
--module-after SND_MIXER_OSS SND_PCM_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 \
|
||||||
--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
|
# fix for FS#72645 FS#72658
|
||||||
scripts/config --undefine SYSFB_SIMPLEFB \
|
scripts/config --undefine SYSFB_SIMPLEFB \
|
||||||
--enable FB_VESA \
|
--enable FB_VESA \
|
||||||
|
|
Reference in a new issue