me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-with-bpf: Update to 5.8.

* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
John Soo 2020-09-20 14:42:04 -07:00 committed by Ludovic Courtès
parent 1893c80fc1
commit 7128174201
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1011,8 +1011,8 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-with-bpf (define-public linux-libre-with-bpf
(let ((base-linux-libre (let ((base-linux-libre
(make-linux-libre* (make-linux-libre*
linux-libre-5.4-version linux-libre-5.8-version
linux-libre-5.4-source linux-libre-5.8-source
'("x86_64-linux" "i686-linux" "armhf-linux" '("x86_64-linux" "i686-linux" "armhf-linux"
"aarch64-linux" "riscv64-linux") "aarch64-linux" "riscv64-linux")
#:extra-version "bpf" #:extra-version "bpf"