buer: kernel: Refer to right defconfig location an use latest available kernel

main
Luis Guilherme Coelho 2024-11-24 13:26:14 -03:00
parent b080b626f5
commit 0a9e7836d1
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 3 deletions

View File

@ -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"))