linux-powkiddy-x55: enable zstd firmware compression support (MR 5407)
See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5380 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
49ae695482
commit
ee8fa00728
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=linux-powkiddy-x55
|
pkgname=linux-powkiddy-x55
|
||||||
pkgdesc="The $pkgname kernel and modules"
|
pkgdesc="The $pkgname kernel and modules"
|
||||||
pkgver=6.8.6
|
pkgver=6.8.6
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
url="https://kernel.org"
|
url="https://kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
@ -68,5 +68,5 @@ package() {
|
||||||
sha512sums="
|
sha512sums="
|
||||||
5da8000a640243d06c456eb4102592134fcc5051785d91c53845fd693d0b0aca9751a7179ab8c8bdc633fc039c7ce8cfbec8357fdca9d01509b2dfb251b2586c linux-6.8.6.tar.xz
|
5da8000a640243d06c456eb4102592134fcc5051785d91c53845fd693d0b0aca9751a7179ab8c8bdc633fc039c7ce8cfbec8357fdca9d01509b2dfb251b2586c linux-6.8.6.tar.xz
|
||||||
b38ed4cfe0f20b440426c4ba55eb727cfa64f01370f22d7aca486df4f44aceec1c1d0790c29b8984b151bee0d3ef671253d220dc0c7bec9fef6a4ce1b6cf6169 rtw88_wifi_fix.patch
|
b38ed4cfe0f20b440426c4ba55eb727cfa64f01370f22d7aca486df4f44aceec1c1d0790c29b8984b151bee0d3ef671253d220dc0c7bec9fef6a4ce1b6cf6169 rtw88_wifi_fix.patch
|
||||||
0d47d4c52f052d57545d0df05ecf7ec400a4952e3b5b0596dd7deed8c00e3822479767f0cfdf86404dcecdc4dd54671f8632219c0cc2e78da48bfe52822cb415 config-powkiddy-x55.aarch64
|
28b6a1e437af7480f44e68bafd64b1e61323131d988b7d19ac45a577ad9690c14903841a168754f6b9d2c7295aa0278ae12163c9154bfe3e808babeddd5f4584 config-powkiddy-x55.aarch64
|
||||||
"
|
"
|
||||||
|
|
|
@ -1733,7 +1733,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_FW_LOADER=y
|
CONFIG_FW_LOADER=y
|
||||||
CONFIG_EXTRA_FIRMWARE=""
|
CONFIG_EXTRA_FIRMWARE=""
|
||||||
# CONFIG_FW_LOADER_USER_HELPER is not set
|
# 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 is not set
|
# CONFIG_FW_CACHE is not set
|
||||||
# CONFIG_FW_UPLOAD is not set
|
# CONFIG_FW_UPLOAD is not set
|
||||||
# end of Firmware loader
|
# end of Firmware loader
|
||||||
|
|
Loading…
Reference in a new issue