Skip to content

Commit 5c187be

Browse files
committed
linux-firmware: update to 20260221, enable compression by default.
1 parent d88b3c7 commit 5c187be

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

srcpkgs/linux-firmware/INSTALL.msg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Firmware is now compressed with xz. Ensure you are running a supported kernel:
2+
3+
- linux5.10>=5.10.248_1
4+
- linux5.15>=5.15.198_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/02/firmware-compression.html

srcpkgs/linux-firmware/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'linux-firmware'
22
pkgname=linux-firmware
3-
version=20260110
3+
version=20260221
44
revision=1
55
hostmakedepends="rdfind which $(vopt_if compressed xz)"
66
depends="linux-firmware-amd>=${version}_${revision} linux-firmware-network>=${version}_${revision}"
@@ -10,12 +10,12 @@ license="custom:see /usr/share/licenses/linux-firmware"
1010
homepage="https://www.kernel.org/"
1111
changelog="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/"
1212
distfiles="https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${version}/linux-firmware-${version}.tar.gz"
13-
checksum=8978ac27fb306252739bab54d17a9926fe936d060eacb56e5c3de55c69a81283
13+
checksum=b10e4599181c36754a66ed1c97a373b3613430e80c5f35ba51d259120f57165a
1414
python_version=3
1515
nostrip=yes
1616

1717
build_options="compressed"
18-
# build_options_default="compressed"
18+
build_options_default="compressed"
1919
desc_option_compressed="compress firmware with xz"
2020

2121
do_install() {

0 commit comments

Comments
 (0)