gnu: Add Linux-Libre-LTS.
Enables the choice of using current LTS version of linux-libre in Guix System. * gnu/packages/linux.scm (linux-libre-lts-version): New variable. * gnu/packages/linux.scm (linux-libre-lts-pristine-source): New variable. * gnu/packages/linux.scm (linux-libre-lts-source): New variable. * gnu/packages/linux.scm (linux-libre-lts): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4969b51d17
commit
2941220089
1 changed files with 8 additions and 0 deletions
|
@ -931,6 +931,14 @@ It has been modified to remove all non-free binary blobs.")
|
|||
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
|
||||
%default-extra-linux-options)))
|
||||
|
||||
;; Linux-Libre-LTS means the *current* long-term support version of Linux-Libre.
|
||||
;; Reference: https://jxself.org/linux-libre/
|
||||
|
||||
(define-public linux-libre-lts-version linux-libre-5.10-version)
|
||||
(define-public linux-libre-lts-pristine-source linux-libre-5.10-pristine-source)
|
||||
(define-public linux-libre-lts-source linux-libre-5.10-source)
|
||||
(define-public linux-libre-lts linux-libre-5.10)
|
||||
|
||||
|
||||
;;;
|
||||
;;; Specialized kernel variants.
|
||||
|
|
Reference in a new issue