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)