Skip to content
Snippets Groups Projects
Commit ca8c27a7 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/native: fixed PORT selection for dev_eth_tap

parent 0ae860d0
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.
Finish editing this message first!
Please register or to comment