Merge pull request #13876 from benpicco/examples/gnrc_border_router_slip_fix
dist/tools: add sliptty to host-tools
This commit is contained in:
commit
40c3de4b0f
2
dist/tools/Makefile
vendored
2
dist/tools/Makefile
vendored
@ -1,4 +1,4 @@
|
|||||||
HOST_TOOLS=ethos uhcpd
|
HOST_TOOLS=ethos uhcpd sliptty
|
||||||
|
|
||||||
.PHONY: all $(HOST_TOOLS)
|
.PHONY: all $(HOST_TOOLS)
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,6 @@ ifeq (1,$(USE_DHCPV6))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Configure terminal parameters
|
# Configure terminal parameters
|
||||||
TERMDEPS += sliptty
|
TERMDEPS += host-tools
|
||||||
TERMPROG ?= sudo sh $(RIOTTOOLS)/sliptty/start_network.sh
|
TERMPROG ?= sudo sh $(RIOTTOOLS)/sliptty/start_network.sh
|
||||||
TERMFLAGS ?= $(FLAGS_EXTRAS) $(IPV6_PREFIX) $(PORT) $(SLIP_BAUDRATE)
|
TERMFLAGS ?= $(FLAGS_EXTRAS) $(IPV6_PREFIX) $(PORT) $(SLIP_BAUDRATE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user