aboutsummaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-27 13:34:25 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-27 14:27:38 +0100
commit53a06cd2f4542d8704ac7ad12f5d72a5d32b0bde (patch)
treeacab0235d6956d0dc156808f2bdde30b639f3171 /deps
parentec6e5b43cf90a8b9a446e7d9365eea7eb05cbc68 (diff)
deps: Switch back to upstream titan.TestPorts.UNIX_DOMAIN_SOCKETasp
Upstream TITAN has merged our SOCK_SEQPACKET support, so there's no need for using our private repo anymore. Change-Id: Ib04d9a3095cf93609af07af0de0b701cba460f67
Diffstat (limited to 'deps')
-rw-r--r--deps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index 64f5c2c9..c4c21e35 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -21,7 +21,8 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
titan.TestPorts.SIPmsg \
titan.TestPorts.TCPasp \
titan.TestPorts.TELNETasp \
- titan.TestPorts.UDPasp
+ titan.TestPorts.UDPasp \
+ titan.TestPorts.UNIX_DOMAIN_SOCKETasp
ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.M2PA \
@@ -40,7 +41,7 @@ ECLIPSEGIT2_REPOS= titan.ProtocolModules.GRE \
titan.ProtocolModules.NS_v7.3.0 \
titan.ProtocolModules.SNDCP_v7.0.0
-OSMOGITHUB_REPOS= titan.TestPorts.UNIX_DOMAIN_SOCKETasp
+OSMOGITHUB_REPOS=
ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS)