]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
add 6.1 to LTS kernels mix
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Feb 2023 13:59:29 +0000 (14:59 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 25 Feb 2023 13:59:29 +0000 (14:59 +0100)
client/rebuild-kernel-packages.py

index df42f3faa93cac4df946977e01a48f31f7f5283e..3f79e158e5bb34fbcd24219d6f295e64a16bb294 100755 (executable)
@@ -11,22 +11,22 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']
+supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']
 
 packages = collections.OrderedDict([
-    ('dahdi-linux',                           ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('ipset',                                 ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('linux-gpib',                            ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('lttng-modules',                         ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('r8168',                                 ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('rtl8812au',                             ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('VirtualBox',                            ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('vpb-driver',                            ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('wl',                                    ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia',              ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('zfs',                                   ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xtables-addons',                        ['head', '5.15', '5.10', '5.4', '4.19']),
+    ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('r8168',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('rtl8812au',                             ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('VirtualBox',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('vpb-driver',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('wl',                                    ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('xorg-driver-video-nvidia',              ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('zfs',                                   ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('xtables-addons',                        ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('xtables-addons:XTADDONS_2',             ['4.14', '4.9']),
     ('crash',                                 ['5.4', '4.19', '4.14', '4.9']),
     ('WireGuard',                             ['5.4', '4.19', '4.14', '4.9']),
This page took 0.264031 seconds and 4 git commands to generate.