From 71281742011b76aced52e74113cff89c13d78584 Mon Sep 17 00:00:00 2001 From: John Soo Date: Sun, 20 Sep 2020 14:42:04 -0700 Subject: gnu: linux-libre-with-bpf: Update to 5.8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel. Signed-off-by: Ludovic Courtès --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b4f7e394ad..a7fa7ba2fd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1011,8 +1011,8 @@ It has been modified to remove all non-free binary blobs.") (define-public linux-libre-with-bpf (let ((base-linux-libre (make-linux-libre* - linux-libre-5.4-version - linux-libre-5.4-source + linux-libre-5.8-version + linux-libre-5.8-source '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux") #:extra-version "bpf" -- cgit v1.2.3