diff --git a/packages/genodelabs/depot-targets.nix b/packages/genodelabs/depot-targets.nix index 9e9f6d6..597e9b4 100644 --- a/packages/genodelabs/depot-targets.nix +++ b/packages/genodelabs/depot-targets.nix @@ -76,6 +76,8 @@ in { nic_loopback = { }; + nic_router = { }; + noux.portInputs = [ libc ]; platform_drv.patches = [ ./platform_drv.patch ]; diff --git a/packages/genodelabs/make-targets.nix b/packages/genodelabs/make-targets.nix index fc3d8a2..07a26e2 100644 --- a/packages/genodelabs/make-targets.nix +++ b/packages/genodelabs/make-targets.nix @@ -5,6 +5,8 @@ { ping.targets = [ "app/ping" ]; + nic_dump.targets = [ "server/nic_dump" ]; + test-pci = { targets = [ "test/pci" ]; patches = [ ./test-pci.patch ];