From bd5fb29ba1bb821955d393a44cb72283f9a4fdff Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 13 Apr 2020 13:49:54 +0100 Subject: [PATCH] pkg/firmware: update to latest Signed-off-by: Rolf Neugebauer --- pkg/firmware-all/Dockerfile | 2 +- pkg/firmware/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/firmware-all/Dockerfile b/pkg/firmware-all/Dockerfile index 48f8d1741..8c27ac6af 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -3,7 +3,7 @@ RUN apk add --no-cache git # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -ENV FW_COMMIT=dff98c6c57383fe343407bcb7b6e775e0b87274f +ENV FW_COMMIT=edf390c23a4e185ff36daded36575f669f5059f7 RUN mkdir -p /out/lib && \ cd /out/lib && \ diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 2ef53f488..bb179a082 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache git kmod # Clone the firmware repository # Make sure you also update the FW_COMMIT in ../firmware-all/Dockerfile ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -ENV FW_COMMIT=dff98c6c57383fe343407bcb7b6e775e0b87274f +ENV FW_COMMIT=edf390c23a4e185ff36daded36575f669f5059f7 WORKDIR / RUN git clone ${FW_URL} && \ cd /linux-firmware && \