packages: add the rest of the nic_* utilities
parent
9a8939dc1a
commit
7822090e58
|
@ -76,6 +76,8 @@ in {
|
|||
|
||||
nic_loopback = { };
|
||||
|
||||
nic_router = { };
|
||||
|
||||
noux.portInputs = [ libc ];
|
||||
|
||||
platform_drv.patches = [ ./platform_drv.patch ];
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
{
|
||||
ping.targets = [ "app/ping" ];
|
||||
|
||||
nic_dump.targets = [ "server/nic_dump" ];
|
||||
|
||||
test-pci = {
|
||||
targets = [ "test/pci" ];
|
||||
patches = [ ./test-pci.patch ];
|
||||
|
|
Loading…
Reference in New Issue