2
0
Fork 0

packages: add the rest of the nic_* utilities

This commit is contained in:
Emery Hemingway 2020-11-10 16:09:43 +01:00
parent 9a8939dc1a
commit 7822090e58
2 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,8 @@ in {
nic_loopback = { }; nic_loopback = { };
nic_router = { };
noux.portInputs = [ libc ]; noux.portInputs = [ libc ];
platform_drv.patches = [ ./platform_drv.patch ]; platform_drv.patches = [ ./platform_drv.patch ];

View File

@ -5,6 +5,8 @@
{ {
ping.targets = [ "app/ping" ]; ping.targets = [ "app/ping" ];
nic_dump.targets = [ "server/nic_dump" ];
test-pci = { test-pci = {
targets = [ "test/pci" ]; targets = [ "test/pci" ];
patches = [ ./test-pci.patch ]; patches = [ ./test-pci.patch ];