gnu: Add linux-libre-headers-5.19.17.

linux 5.19 include loongarch support, so add it.

* gnu/packages/linux.scm (linux-libre-headers-5.19.17): New variable.

Change-Id: Iddd930c1f7243f5307bec75c41f70d5ff5bbd531
This commit is contained in:
Zheng Junjie 2024-12-24 01:08:47 +08:00 committed by Zheng Junjie
parent ce7b546848
commit 8c4af44d12
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -793,6 +793,11 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(make-linux-libre-headers "5.15.49" "gnu" (make-linux-libre-headers "5.15.49" "gnu"
"13zqdcm4664vh7g57sxbfrlpsxm7zrma72mxdfdz7d9yndy2gfv8")) "13zqdcm4664vh7g57sxbfrlpsxm7zrma72mxdfdz7d9yndy2gfv8"))
;; linux 5.19 include loongarch support.
(define-public linux-libre-headers-5.19.17
(make-linux-libre-headers "5.19.17" "gnu"
"0m1yabfvaanbzv0ip04r4kvs16aq0pp2dk93xzi5cq18i3vw351m"))
(define-public linux-libre-headers linux-libre-headers-5.15.49) (define-public linux-libre-headers linux-libre-headers-5.15.49)
;; linux-libre-headers-latest points to the latest headers package ;; linux-libre-headers-latest points to the latest headers package
;; and should be used as a dependency for packages that depend on ;; and should be used as a dependency for packages that depend on