mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public linux-libre-4.4
|
|||
("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.
|
||||
|
|
Loading…
Reference in a new issue