mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Don't include firmware from linux source tree
4.14.x has dropped 'make firmware_install' and according to [1] the in-tree firmware has not been updated since 2013, so drop it for all kernels. We will need to find another way to add firmware blobs to a LinuxKit image (see [2]) [1] https://lkml.org/lkml/2017/9/15/343 [2] https://github.com/linuxkit/linuxkit/issues/2714 Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
f103145050
commit
ca3e9edb00
@ -117,7 +117,6 @@ RUN curl -sSL -o /wireguard.tar.xz "${WIREGUARD_URL}" && \
|
||||
|
||||
# Modules and Device Tree binaries
|
||||
RUN make INSTALL_MOD_PATH=/tmp/kernel-modules modules_install && \
|
||||
make INSTALL_MOD_PATH=/tmp/kernel-modules firmware_install && \
|
||||
make INSTALL_MOD_PATH=/tmp/kernel-modules M="/wireguard" modules_install && \
|
||||
( DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdepth 1)) && \
|
||||
cd /tmp/kernel-modules/lib/modules/$DVER && \
|
||||
|
Loading…
Reference in New Issue
Block a user