mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: linux-libre: Update the default package to the 6.18 series.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-headers-latest, linux-libre-arm64-mnt-reform): Use linux-libre 6.18. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
committed by
Vagrant Cascadian
parent
392599a4a2
commit
0553716d19
@@ -863,7 +863,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||
;; linux-libre-headers-latest points to the latest headers package
|
||||
;; and should be used as a dependency for packages that depend on
|
||||
;; the headers.
|
||||
(define-public linux-libre-headers-latest linux-libre-headers-6.17)
|
||||
(define-public linux-libre-headers-latest linux-libre-headers-6.18)
|
||||
|
||||
|
||||
;;;
|
||||
@@ -1206,11 +1206,11 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||
"aarch64-linux" "powerpc64le-linux" "riscv64-linux")
|
||||
#:configuration-file kernel-config))
|
||||
|
||||
(define-public linux-libre-version linux-libre-6.17-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.17-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.17-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-6.17-source)
|
||||
(define-public linux-libre linux-libre-6.17)
|
||||
(define-public linux-libre-version linux-libre-6.18-version)
|
||||
(define-public linux-libre-gnu-revision linux-libre-6.18-gnu-revision)
|
||||
(define-public linux-libre-pristine-source linux-libre-6.18-pristine-source)
|
||||
(define-public linux-libre-source linux-libre-6.18-source)
|
||||
(define-public linux-libre linux-libre-6.18)
|
||||
|
||||
(define-public linux-libre-6.12
|
||||
(make-linux-libre* linux-libre-6.12-version
|
||||
@@ -2295,7 +2295,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-mnt-reform2-dsi.dtb
|
||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-mnt-reform-next.dtb
|
||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-mnt-pocket-reform.dtb")))))))))))
|
||||
|
||||
(define-public linux-libre-arm64-mnt-reform linux-libre-arm64-mnt-reform-6.17)
|
||||
(define-public linux-libre-arm64-mnt-reform linux-libre-arm64-mnt-reform-6.18)
|
||||
|
||||
(define-public linux-libre-arm64-mnt-reform-6.12
|
||||
;; Kernel for use on the MNT/Reform systems
|
||||
|
||||
Reference in New Issue
Block a user