From 4ed97c75e775a55bf74cda5d042d8a627ba635ab Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 24 Apr 2020 23:15:20 +0200 Subject: [PATCH] examples/gnrc_border_router: don't ignore ETHOS_BAUDRATE `ETHOS_BAUDRATE` must be a parameter to `start_network.sh`. This must have been lost during refactoring. --- examples/gnrc_border_router/Makefile.ethos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gnrc_border_router/Makefile.ethos.conf b/examples/gnrc_border_router/Makefile.ethos.conf index 4d8c504738..9a7d1484cd 100644 --- a/examples/gnrc_border_router/Makefile.ethos.conf +++ b/examples/gnrc_border_router/Makefile.ethos.conf @@ -9,4 +9,4 @@ endif # Configure terminal parameters TERMDEPS += host-tools TERMPROG ?= sudo sh $(RIOTTOOLS)/ethos/start_network.sh -TERMFLAGS ?= $(FLAGS_EXTRAS) $(PORT) $(TAP) $(IPV6_PREFIX) +TERMFLAGS ?= $(FLAGS_EXTRAS) $(PORT) $(TAP) $(IPV6_PREFIX) $(ETHOS_BAUDRATE)