From 5ec8a582f9ddf854cf9d25017ef3979d6e4c828c Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 16 Apr 2020 23:49:53 +0200 Subject: [PATCH] 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)