]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Drop ipset from kernel packages
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Mar 2024 09:20:28 +0000 (10:20 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Mar 2024 09:20:28 +0000 (10:20 +0100)
All those modules are included in mainline since time immemorial.

client/rebuild-kernel-packages.py

index c2518fd0e9dcff7a67fe21183164f5e2fab70e82..c15a19495b8ae8d56bf84c81f242650402871dae 100755 (executable)
@@ -16,7 +16,6 @@ supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19']
 packages = collections.OrderedDict([
     ('crash',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
-    ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('r8168',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
This page took 0.160919 seconds and 4 git commands to generate.