summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-16 10:03:52 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-16 10:03:52 +0100
commitc335525958a3424ec0200dc9093d2bbf95032f83 (patch)
treec1135d248302e145172895f7d29b571781f1c865
parentebc1c372850f249dd143c6d942e66c88ec610520 (diff)
downloadwebsite-c335525958a3424ec0200dc9093d2bbf95032f83.tar.gz
Mark 5.15 as a real LTS kernel so that the frontpage shows it.v2022-01-16-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 b095f6a..c858874 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 = ('5.10', '5.4', '4.19', '4.14', '4.9', '4.4', '4.1', '3.18', '3.10', '3.2')
+LONGTERM_KERNELS = ('5.15', '5.10', '5.4', '4.19', '4.14', '4.9', '4.4', '4.1', '3.18', '3.10', '3.2')
EOL_KERNELS = ('3.2', '3.4', '3.10', '3.12', '3.14', '3.16', '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',