From 0a9e7836d12caf9f149654b045ec58f21a79b7aa Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 24 Nov 2024 13:26:14 -0300 Subject: [PATCH] buer: kernel: Refer to right defconfig location an use latest available kernel --- operating-systems/buer/kernel.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/operating-systems/buer/kernel.scm b/operating-systems/buer/kernel.scm index 75eb98f..4fc3e61 100644 --- a/operating-systems/buer/kernel.scm +++ b/operating-systems/buer/kernel.scm @@ -5,7 +5,7 @@ (define-public linux-libre (customize-linux #:name "buer-linux-libre" - #:linux linux-libre-6.10 - #:source linux-libre-6.10-source - #:defconfig (local-file "defconfig") + #:linux linux-libre-6.11 + #:source linux-libre-6.11-source + #:defconfig (local-file "kernel/defconfig") #:extra-version "buer"))