[projects/pld-builder.new] dahdi drivers are way past their due date, don't build with 6.3+

baggins baggins at pld-linux.org
Wed Jun 7 22:12:25 CEST 2023


commit 2a7a0836a2a134a81f0d44e0dc154f14ee6a7c27
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jun 7 22:11:31 2023 +0200

    dahdi drivers are way past their due date, don't build with 6.3+

 client/rebuild-kernel-packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 323f954..6499b4e 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -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():
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/2a7a0836a2a134a81f0d44e0dc154f14ee6a7c27



More information about the pld-cvs-commit mailing list