John Soo wrote 4 years ago
(address . guix-patches@gnu.org)
Hi Guix,
With the update to 5.8 as current, I updated the kernel with bpf to the
current.
Thanks!
John
From 8de5a7cec739e64ed2e651209dd010dcbc3ffed0 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Sun, 20 Sep 2020 14:42:04 -0700
Subject: [PATCH] gnu: Update linux-libre-with-bpf to kernel 5.8.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (17 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6cdd69b4da..b0a09916d9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1001,8 +1001,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"
--
2.28.0