[projects/pld-builder.new] don't build crash memory driver on recent kernels, required symbols have been unexported by upstream
baggins
baggins at pld-linux.org
Thu Aug 20 09:18:27 CEST 2020
commit b69827814b56eb0eb6b41eca133d7d5b0f0603a9
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Aug 20 09:17:42 2020 +0200
don't build crash memory driver on recent kernels, required symbols have been unexported by upstream
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 554e7f7..652d4cd 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,7 +11,6 @@ import sys
supported_kernels = ['head', '5.4', '4.19', '4.14', '4.9']
packages = collections.OrderedDict([
- ('crash', ['head', '5.4', '4.19', '4.14', '4.9']),
('dahdi-linux', ['head', '5.4', '4.19', '4.14', '4.9']),
('ipset', ['head', '5.4', '4.19', '4.14', '4.9']),
('lin_tape', ['head', '5.4', '4.19', '4.14', '4.9']),
@@ -27,6 +26,7 @@ packages = collections.OrderedDict([
('zfs', ['head', '5.4', '4.19', '4.14', '4.9']),
('xtables-addons', ['head', '5.4', '4.19']),
('xtables-addons:XTADDONS_2', ['4.14', '4.9']),
+ ('crash', ['5.4', '4.19', '4.14', '4.9']),
('WireGuard', ['5.4', '4.19', '4.14', '4.9']),
])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b69827814b56eb0eb6b41eca133d7d5b0f0603a9
More information about the pld-cvs-commit
mailing list