Skip to content

Commit ea65d62

Browse files
committed
update to linux-firmware-20250311
Signed-off-by: John Clark <inindev@gmail.com>
1 parent 4dae52b commit ea65d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/make_debian_img.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ main() {
4444
local cache="cache.$deb_dist"
4545

4646
# linux firmware
47-
local lfw=$(download "$cache" 'https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/linux-firmware-20240513.tar.xz')
48-
local lfwsha='9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e'
47+
local lfw=$(download "$cache" 'https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/linux-firmware-20250311.tar.xz')
48+
local lfwsha='b1083a36f19aea46f661dcfd4cd462d13933dcb4e7f0dc809525552dd5c3541d'
4949
[ "$lfwsha" = $(sha256sum "$lfw" | cut -c1-64) ] || { echo "invalid hash for $lfw"; exit 5; }
5050

5151
# setup media

0 commit comments

Comments
 (0)