diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-03-26 12:32:06 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2021-03-28 12:46:05 +0200 |
commit | 994465e34a732db3bce542ee021674473f32d572 (patch) | |
tree | ec8c6f0bead35c28019da5690e11306de0e3671d /src/irmd/config.h.in | |
parent | 14d20740bb1c842c1b548dfec752557f5f8f58ab (diff) | |
download | ouroboros-994465e34a732db3bce542ee021674473f32d572.tar.gz ouroboros-994465e34a732db3bce542ee021674473f32d572.zip |
build: Remove raptor IPCP
This removes the raptor IPCP. The code hasn't been updated for a
while, and wouldn't compile. Raptor served its purpose as a PoC for
Ouroboros-over-Ethernet-Layer-1, but giving the extreme niche hardware
needed to run it, it's not worth maintaining this anymore.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/config.h.in')
-rw-r--r-- | src/irmd/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in index 2b00abf0..a7bd9066 100644 --- a/src/irmd/config.h.in +++ b/src/irmd/config.h.in @@ -26,7 +26,6 @@ #define IPCP_UNICAST_EXEC "@IPCP_UNICAST_TARGET@" #define IPCP_BROADCAST_EXEC "@IPCP_BROADCAST_TARGET@" #define IPCP_LOCAL_EXEC "@IPCP_LOCAL_TARGET@" -#define IPCP_RAPTOR_EXEC "@IPCP_RAPTOR_TARGET@" #define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" |