From 0943f867db67d9b8b6034101242900772638a70a Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 16 Apr 2020 23:49:07 +0200 Subject: [PATCH 1/2] dist/tools: add sliptty to host-tools --- dist/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/Makefile b/dist/tools/Makefile index 9195a0bf8b..1dbabfc038 100644 --- a/dist/tools/Makefile +++ b/dist/tools/Makefile @@ -1,4 +1,4 @@ -HOST_TOOLS=ethos uhcpd +HOST_TOOLS=ethos uhcpd sliptty .PHONY: all $(HOST_TOOLS) From 5ec8a582f9ddf854cf9d25017ef3979d6e4c828c Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 16 Apr 2020 23:49:53 +0200 Subject: [PATCH 2/2] examples/gnrc_border_router: make SLIP use host-tools --- examples/gnrc_border_router/Makefile.slip.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gnrc_border_router/Makefile.slip.conf b/examples/gnrc_border_router/Makefile.slip.conf index a6d420d3c9..d0c51b92be 100644 --- a/examples/gnrc_border_router/Makefile.slip.conf +++ b/examples/gnrc_border_router/Makefile.slip.conf @@ -9,6 +9,6 @@ ifeq (1,$(USE_DHCPV6)) endif # Configure terminal parameters -TERMDEPS += sliptty +TERMDEPS += host-tools TERMPROG ?= sudo sh $(RIOTTOOLS)/sliptty/start_network.sh TERMFLAGS ?= $(FLAGS_EXTRAS) $(IPV6_PREFIX) $(PORT) $(SLIP_BAUDRATE)