Files
linuxkit/pkg/firmware
Chris Irrgang 17e9b4412b Update kernel versions/hashes
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
2025-10-26 14:09:16 +02:00
..
2025-02-23 13:37:06 +02:00
2025-10-26 14:09:16 +02:00

The firmware package contains updated firmware files required by any driver compiled as a module. Based on the modules included in a recent LinuxKit kernel, copy the required firmware binaries as reported by 'modinfo'. We deliberately do not pick the latest version here to prevent it being updated on kernel updates. Firmware revisions do not change very often and we expect older and newer kernels to work with a range of firmware binaries.

Note: The current mechanism only handles firmware blobs required by modules and ignores firmware blobs required by drivers compiled into the kernel. However, with the LinuxKit kernels we typically compile all hardware drivers as modules.