From 00b878e47f9e12d1eb378a16927fcccfda6779ed Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Wed, 31 Jul 2024 09:33:40 +0200 Subject: [PATCH] linux-postmarketos-qcom-msm8226: enable zstd firmware compression support (MR 5431) See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5380 [ci:skip-build]: already built successfully in CI --- device/testing/linux-postmarketos-qcom-msm8226/APKBUILD | 4 ++-- .../config-postmarketos-qcom-msm8226.armv7 | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD b/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD index 71767769a..ab3d6cab4 100644 --- a/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-msm8226/APKBUILD @@ -4,7 +4,7 @@ _flavor="postmarketos-qcom-msm8226" pkgname=linux-$_flavor pkgver=6.9.1 -pkgrel=0 +pkgrel=1 _tag="v${pkgver/_/-}-msm8226" pkgdesc="Mainline kernel fork for Qualcomm APQ8026/MSM8226/MSM8926 devices" arch="armv7" @@ -60,5 +60,5 @@ package() { sha512sums=" 20bece90edcb5a389fe6e01cf7565228731f5e96ab33178f386e155c42bfa1e26ba49b386abb05c971586e23fa901397d830f8265ffa9025f4785332af082827 linux-v6.9.1-msm8226.tar.gz -c19122ffe8a6adbcd2413baf6f33fc87354a7ab430872af4e69ccd31eb8e9d57a1dfb37d93409459482d97a215c1911783fbe7076af2d7878e23d72ea1df54d9 config-postmarketos-qcom-msm8226.armv7 +b17389f54804e32e5d82a274fe0cc001ba3984b5077d0ea5b8e19805e1723575e271c5dbce248ee6833aed1ad20c55370377ff24f31ea4985967cbe4b2b8d5a2 config-postmarketos-qcom-msm8226.armv7 " diff --git a/device/testing/linux-postmarketos-qcom-msm8226/config-postmarketos-qcom-msm8226.armv7 b/device/testing/linux-postmarketos-qcom-msm8226/config-postmarketos-qcom-msm8226.armv7 index 3c882ed00..8f4477711 100644 --- a/device/testing/linux-postmarketos-qcom-msm8226/config-postmarketos-qcom-msm8226.armv7 +++ b/device/testing/linux-postmarketos-qcom-msm8226/config-postmarketos-qcom-msm8226.armv7 @@ -1181,7 +1181,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