Skip to content
Snippets Groups Projects
Commit ffc6d31b authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

Merge pull request #3610 from haukepetersen/fix_native_port

boards/native: fixed PORT selection for dev_eth_tap
parents 0ae860d0 ca8c27a7
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ export LINKFLAGS += -ldl
endif
# set the tap interface for term/valgrind
ifneq (,$(filter %nativenet,$(USEMODULE)))
ifneq (,$(filter dev_eth_tap,$(USEMODULE)))
export PORT ?= tap0
else
export PORT =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment