summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/linux.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 38b4ebb34cd..0f7d9f86e9e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -589,9 +589,10 @@ GEXP)."
589 "linux-" version ".tar.xz")) 589 "linux-" version ".tar.xz"))
590 (sha256 hash))) 590 (sha256 hash)))
591 591
592;; The current "mainline" kernel. 592;; The current "stable" kernels. That is, the most recently released major
593;; versions that are still supported upstream.
593 594
594(define-public linux-libre-7.2-version "7.2") 595(define-public linux-libre-7.2-version "7.2.2")
595(define-public linux-libre-7.2-gnu-revision "gnu") 596(define-public linux-libre-7.2-gnu-revision "gnu")
596(define deblob-scripts-7.2 597(define deblob-scripts-7.2
597 (linux-libre-deblob-scripts 598 (linux-libre-deblob-scripts
@@ -601,14 +602,11 @@ GEXP)."
601 (base32 "173ixshdiwbka7hzaxjmfxc44bjjjhigig8appbwd2ml4hmliaww"))) 602 (base32 "173ixshdiwbka7hzaxjmfxc44bjjjhigig8appbwd2ml4hmliaww")))
602(define-public linux-libre-7.2-pristine-source 603(define-public linux-libre-7.2-pristine-source
603 (let ((version linux-libre-7.2-version) 604 (let ((version linux-libre-7.2-version)
604 (hash (base32 "1cq2jj1g06gav6xvbxfb1l5jlp43b52ffjvg08ckix8d9k8z7zpr"))) 605 (hash (base32 "10qd3kllldrw6gbp0wfziy94bgjr98svzzqci3z3xi4q9zhpq3kx")))
605 (make-linux-libre-source version 606 (make-linux-libre-source version
606 (%upstream-linux-source version hash) 607 (%upstream-linux-source version hash)
607 deblob-scripts-7.2))) 608 deblob-scripts-7.2)))
608 609
609;; The current "stable" kernels. That is, the most recently released major
610;; versions that are still supported upstream.
611
612(define-public linux-libre-7.1-version "7.1.10") 610(define-public linux-libre-7.1-version "7.1.10")
613(define-public linux-libre-7.1-gnu-revision "gnu") 611(define-public linux-libre-7.1-gnu-revision "gnu")
614(define deblob-scripts-7.1 612(define deblob-scripts-7.1