From 7822090e582662e924d740e7c7c272d2d1eb2769 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 10 Nov 2020 16:09:43 +0100 Subject: [PATCH] packages: add the rest of the nic_* utilities --- packages/genodelabs/depot-targets.nix | 2 ++ packages/genodelabs/make-targets.nix | 2 ++ 2 files changed, 4 insertions(+) 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 ];