Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
bump kernel and firmware
Browse files Browse the repository at this point in the history
- linux-firmware: 1.187.10
- linux-source: 5.4.0-70.78

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
  • Loading branch information
dweomer committed Mar 26, 2021
1 parent 928f174 commit 970b6d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG DOWNLOADS=/usr/src/downloads

FROM ${UBUNTU} AS ubuntu
ARG DOWNLOADS
ARG LINUX_FIRMWARE=linux-firmware=1.187.6
ARG LINUX_SOURCE=linux-source-5.4.0=5.4.0-58.64
ARG LINUX_FIRMWARE=linux-firmware=1.187.10
ARG LINUX_SOURCE=linux-source-5.4.0=5.4.0-70.78
ENV DEBIAN_FRONTEND=noninteractive
RUN set -x \
&& apt-get --assume-yes update \
Expand Down
13 changes: 7 additions & 6 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ pushd ${KERNEL_DIR}
unset -v ARCH KERNEL_DIR
debian/rules clean
# see https://wiki.ubuntu.com/KernelTeam/KernelMaintenance#Overriding_module_check_failures
for abi in $(find . -mindepth 1 -maxdepth 2 -type d -name abi); do
for ver in $abi/5.*; do
echo bpfilter > $ver/modules.ignore
done
done
debian/rules binary-headers binary-generic do_zfs=false do_dkms_nvidia=false do_dkms_nvidia_server=false
debian/rules binary-headers binary-generic \
do_zfs=false \
do_dkms_nvidia=false \
do_dkms_nvidia_server=false \
skipabi=true \
skipmodule=true \
skipretpoline=true
popd

0 comments on commit 970b6d0

Please sign in to comment.