From 9f95fab9e2f08b49114237c02a256f3baced3098 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Thu, 25 Jul 2024 17:21:11 +0200 Subject: [PATCH] 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. --- device/community/linux-postmarketos-exynos5/APKBUILD | 4 ++-- .../config-postmarketos-exynos5.armv7 | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/device/community/linux-postmarketos-exynos5/APKBUILD b/device/community/linux-postmarketos-exynos5/APKBUILD index 9b7f1908c..2cf0250e6 100644 --- a/device/community/linux-postmarketos-exynos5/APKBUILD +++ b/device/community/linux-postmarketos-exynos5/APKBUILD @@ -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 " diff --git a/device/community/linux-postmarketos-exynos5/config-postmarketos-exynos5.armv7 b/device/community/linux-postmarketos-exynos5/config-postmarketos-exynos5.armv7 index f1cbb6181..c61b8ad68 100644 --- a/device/community/linux-postmarketos-exynos5/config-postmarketos-exynos5.armv7 +++ b/device/community/linux-postmarketos-exynos5/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