]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
dahdi drivers are way past their due date, don't build with 6.3+
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 7 Jun 2023 20:11:31 +0000 (22:11 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 7 Jun 2023 20:11:31 +0000 (22:11 +0200)
client/rebuild-kernel-packages.py

index 323f954010fd973c1c93e99fae15091b264aff46..6499b4e995107e2c891ae04ff8260795dd2795d0 100755 (executable)
@@ -14,7 +14,6 @@ import sys
 supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']
 
 packages = collections.OrderedDict([
-    ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
     ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
     ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
     ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
@@ -31,6 +30,7 @@ packages = collections.OrderedDict([
     ('crash',                                 ['5.4', '4.19', '4.14']),
     ('WireGuard',                             ['5.4', '4.19', '4.14']),
     ('lin_tape',                              ['5.10', '5.4', '4.19', '4.14']),
+    ('dahdi-linux',                           ['6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
 ])
 
 def get_rpmdir():
This page took 0.445895 seconds and 4 git commands to generate.