dpdk: update kernel version constraint.

This commit is contained in:
Jörg Thalheim 2022-10-31 13:40:58 +01:00
parent 1a15be699b
commit 6c346e3fa5

View File

@ -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;
};
}