From b4f65776ff78cb1e4e2a2bdcf45d4d09098ee6d1 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sun, 14 Feb 2021 12:57:22 +0100 Subject: nongnu: Add linux-lts variable. linux-lts can be used by proprietary drivers to offer a more stable environment. * nongnu/packages/linux.scm (linux-lts): New variable pointing to the newest linux LTS kernel. --- nongnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 9279ff3..1425d79 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -80,6 +80,8 @@ System on hardware which requires nonfree software to function."))) "0nlqnfhrkaj2s582kc0wxqi0881hgp6l9z85qx4ckflc8jwrh7k6")) (define-public linux linux-5.10) +;; linux-lts points to the *newest* released long-term support version. +(define-public linux-lts linux-5.4) (define-public linux-firmware (package -- cgit v1.2.3