boards/native: fixed PORT selection for dev_eth_tap

This commit is contained in:
Hauke Petersen 2015-08-11 19:04:26 +02:00
parent 0ae860d066
commit ca8c27a753

View File

@ -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 =