Merge pull request #126738 from NixOS/backport-126060-to-release-21.05

[Backport release-21.05] dpdk-kmods: init at 2021-04-21
This commit is contained in:
Jörg Thalheim
2021-07-03 05:06:36 +01:00
committed by GitHub
2 changed files with 37 additions and 1 deletions
+3 -1
View File
@@ -20533,7 +20533,9 @@ in
digimend = callPackage ../os-specific/linux/digimend { };
dpdk = callPackage ../os-specific/linux/dpdk { };
dpdk-kmods = callPackage ../os-specific/linux/dpdk-kmods { };
dpdk = throw "The dpdk driver has been renamed to dpdk-mods.";
exfat-nofuse = callPackage ../os-specific/linux/exfat { };