Merge pull request #182593 from superherointj/mark-broken-linuxKernel.packages.linux_lqx.can-isotp
linuxKernel.packages.linux_5_18.can-isotp: mark broken
This commit is contained in:
commit
63dfbeef3e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ stdenv.mkDerivation {
|
|||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
||||
meta = with lib; {
|
||||
broken = kernel.kernelAtLeast "5.16";
|
||||
description = "Kernel module for ISO-TP (ISO 15765-2)";
|
||||
homepage = "https://github.com/hartkopp/can-isotp";
|
||||
license = licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue