mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
gnrc_border_router: use start_network.sh script as for term target
This commit is contained in:
parent
fa475a6730
commit
3b4f025e5d
@ -53,5 +53,15 @@ CFLAGS += -DDEVELHELP
|
||||
|
||||
# Change this to 0 show compiler invocation lines by default:
|
||||
QUIET ?= 1
|
||||
TAP ?= tap0
|
||||
IPV6_PREFIX ?= 2001:db8::/64
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
.PHONY: host-tools
|
||||
|
||||
term: host-tools
|
||||
$(AD)sudo sh $(RIOTBASE)/dist/tools/ethos/start_network.sh $(PORT) $(TAP) $(IPV6_PREFIX)
|
||||
|
||||
host-tools:
|
||||
$(AD)env -u CC -u CFLAGS make -C $(RIOTBASE)/dist/tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user