dpdk: update kernel version constraint.
This commit is contained in:
parent
1a15be699b
commit
6c346e3fa5
1 changed files with 1 additions and 1 deletions
|
@ -91,6 +91,6 @@ in stdenv.mkDerivation rec {
|
|||
license = with licenses; [ lgpl21 gpl2 bsd2 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ];
|
||||
broken = mod && kernel.kernelAtLeast "5.18";
|
||||
broken = mod && kernel.isHardened;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue