gnu: linux-libre: Update to 5.18.7.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use linux-libre-5.18.master
parent
5bf97d2891
commit
2ec7ab2610
|
@ -962,11 +962,11 @@ It has been modified to remove all non-free binary blobs.")
|
|||
'("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-version linux-libre-5.17-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-5.17-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-5.17-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-5.17-source)
|
||||
(define-public linux-libre linux-libre-5.17)
|
||||
(define-public linux-libre-version linux-libre-5.18-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-5.18-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-5.18-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-5.18-source)
|
||||
(define-public linux-libre linux-libre-5.18)
|
||||
|
||||
(define-public linux-libre-5.15
|
||||
(make-linux-libre* linux-libre-5.15-version
|
||||
|
@ -1191,9 +1191,9 @@ 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.17-version
|
||||
linux-libre-5.17-gnu-revision
|
||||
linux-libre-5.17-source
|
||||
linux-libre-5.18-version
|
||||
linux-libre-5.18-gnu-revision
|
||||
linux-libre-5.18-source
|
||||
'("x86_64-linux" "i686-linux" "armhf-linux"
|
||||
"aarch64-linux" "riscv64-linux")
|
||||
#:extra-version "bpf"
|
||||
|
|
Reference in New Issue