summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-05 21:24:34 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-05 21:24:34 +0000
commit3061592bcb6c5073686bfd0f290d09707f7a9929 (patch)
tree706e5acc9f8379cc0dd41f2860fe39f54e8eb725
parentcc4be51f81ffe72dbfe463394f4bf9a50517a07f (diff)
downloadwebsite-3061592bcb6c5073686bfd0f290d09707f7a9929.tar.gz
Mark 5.4 as a LTS kernel.v2020-02-05-01
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ea3ccac..79efb4b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -28,7 +28,7 @@ from plugins import releases
# NB: Don't add a kernel to longterm if it's the only stable kernel currently
# listed on www.kernel.org. This will break people's scripts, so we don't
# support doing it. Wait till there's an x.x.1 of the next stable branch.
-LONGTERM_KERNELS = ('4.19', '4.14', '4.9', '4.4', '4.1', '3.18', '3.16', '3.10', '3.2')
+LONGTERM_KERNELS = ('5.4', '4.19', '4.14', '4.9', '4.4', '4.1', '3.18', '3.16', '3.10', '3.2')
EOL_KERNELS = ('3.2', '3.4', '3.10', '3.12', '3.14', '3.18', '3.19',
'4.0', '4.1', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8',
'4.10', '4.11', '4.12', '4.13', '4.15', '4.16', '4.17',