linux-postmarketos-exynos5: enable zstd firmware compression support (MR 5384)
Needed for https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60282 as odroid-xu4 uses linux-firmware.
This commit is contained in:
parent
20b7c06acf
commit
9f95fab9e2
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=linux-postmarketos-exynos5
|
||||
pkgver=6.6.41
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel fork for Samsung Exynos5 devices"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -70,5 +70,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
f82cebbe5683baca5f1e2f7c51d3132d84e52dc553170ed21229b8c2e3d46aa5abd06b5059f8fc336034d39a9040ad96b35c704f6d027b8cd32ead0f3d9e6036 linux-postmarketos-exynos5-v6.6.41-exynos5-lts.tar.bz2
|
||||
ae43c4bd491b3702dd92ae8437c7358ffa553257f2a8cf0c8fe447d367fa091d1cc74d60d50373d4bc909f9fe9a6097234e1bedfa04b199db552b3017f4d7854 config-postmarketos-exynos5.armv7
|
||||
ade407b0743c9411c5adea994fa6281f8cde943e42ac4229be2fc32ca96f9f59c86d211734845adcaa92a35c526996c221a590394e922e97e9e226ccc0086f38 config-postmarketos-exynos5.armv7
|
||||
"
|
||||
|
|
|
@ -1699,7 +1699,9 @@ CONFIG_FW_LOADER=y
|
|||
CONFIG_FW_LOADER_DEBUG=y
|
||||
CONFIG_EXTRA_FIRMWARE=""
|
||||
# CONFIG_FW_LOADER_USER_HELPER is not set
|
||||
# CONFIG_FW_LOADER_COMPRESS is not set
|
||||
CONFIG_FW_LOADER_COMPRESS=y
|
||||
# CONFIG_FW_LOADER_COMPRESS_XZ is not set
|
||||
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
|
||||
CONFIG_FW_CACHE=y
|
||||
# CONFIG_FW_UPLOAD is not set
|
||||
# end of Firmware loader
|
||||
|
|
Loading…
Reference in a new issue