File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Firmware is now compressed with zstd. Ensure you are running a supported kernel:
2+
3+ - linux5 .10 >=5 .10 .251 _1
4+ - linux5 .15 >=5 .15 .201 _1
5+ - linux6 .1 >=6 .1 .127 _1
6+ - linux6 .6 >=6 .6 .68 _1
7+ - linux6 .12 >=6 .12 .7 _1
8+ - linux6 .18 , linux6 .19 , or any later version
9+ - rpi -kernel >=6.12.67_1
10+ - pinephone -kernel >=6.1.7_2
11+
12+ For more information, read: https://voidlinux.org/news/2026 /03 /firmware-compression.html
Original file line number Diff line number Diff line change 11# Template file for 'linux-firmware'
22pkgname=linux-firmware
3- version=20260221
3+ version=20260309
44revision=1
55hostmakedepends="rdfind which $(vopt_if compressed zstd)"
66depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
@@ -10,12 +10,12 @@ license="custom:see /usr/share/licenses/linux-firmware"
1010homepage="https://www.kernel.org/"
1111changelog="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/"
1212distfiles="https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${version}/linux-firmware-${version}.tar.gz"
13- checksum=b10e4599181c36754a66ed1c97a373b3613430e80c5f35ba51d259120f57165a
13+ checksum=f9e127a9453e8ceff0e7425aff248ef1939932d636b8797778d9446123aa44ad
1414python_version=3
1515nostrip=yes
1616
1717build_options="compressed"
18- # build_options_default="compressed"
18+ build_options_default="compressed"
1919desc_option_compressed="compress firmware with zstd"
2020
2121do_install() {
You can’t perform that action at this time.
0 commit comments