[projects/pld-builder.new] Drop ipset from kernel packages
baggins
baggins at pld-linux.org
Sat Mar 9 11:26:48 CET 2024
commit b1a82e36134cd48d31e3b134129b50bbe8287093
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 9 10:20:28 2024 +0100
Drop ipset from kernel packages
All those modules are included in mainline since time immemorial.
client/rebuild-kernel-packages.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index c2518fd..c15a194 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -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']),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b1a82e36134cd48d31e3b134129b50bbe8287093
More information about the pld-cvs-commit
mailing list