mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 15:37:11 +00:00
pkg/firmware: Update to latest
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -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=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
ENV FW_COMMIT=9ee52be785cf91fc6a3c6aa27d484873f8270b72
|
||||
|
||||
RUN mkdir -p /out/lib && \
|
||||
cd /out/lib && \
|
||||
|
@@ -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=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
ENV FW_COMMIT=9ee52be785cf91fc6a3c6aa27d484873f8270b72
|
||||
WORKDIR /
|
||||
RUN git clone ${FW_URL} && \
|
||||
cd /linux-firmware && \
|
||||
|
Reference in New Issue
Block a user