summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2023-12-25 10:22:37 (GMT)
committerJan Rękorajski2023-12-25 10:22:37 (GMT)
commit4ab5c5edbb4b4cf92c8005650a88bf4e05a944dc (patch)
tree409e1b9813b905e25e10a4f16402d7a14fd13289
parent32578f687fbccd69bfd68d1c698b6ce6fc38f0da (diff)
downloadpld-builder.new-4ab5c5edbb4b4cf92c8005650a88bf4e05a944dc.zip
pld-builder.new-4ab5c5edbb4b4cf92c8005650a88bf4e05a944dc.tar.gz
re-add updated crash and dahdi kernel packages
-rwxr-xr-xclient/rebuild-kernel-packages.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 9429e27..4a7a05f 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -14,6 +14,8 @@ import sys
supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']
packages = collections.OrderedDict([
+ ('crash', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
+ ('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']),
@@ -25,12 +27,10 @@ packages = collections.OrderedDict([
('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
('zfs', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
('xtables-addons', ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
- ('xtables-addons:XTADDONS_2', ['4.14']),
- ('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']),
('vpb-driver', ['6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
+ ('lin_tape', ['5.10', '5.4', '4.19', '4.14']),
+ ('WireGuard', ['5.4', '4.19', '4.14']),
+ ('xtables-addons:XTADDONS_2', ['4.14']),
])
def get_rpmdir():