boards/native: fixed PORT selection for dev_eth_tap
This commit is contained in:
parent
0ae860d066
commit
ca8c27a753
@ -69,7 +69,7 @@ export LINKFLAGS += -ldl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# set the tap interface for term/valgrind
|
# set the tap interface for term/valgrind
|
||||||
ifneq (,$(filter %nativenet,$(USEMODULE)))
|
ifneq (,$(filter dev_eth_tap,$(USEMODULE)))
|
||||||
export PORT ?= tap0
|
export PORT ?= tap0
|
||||||
else
|
else
|
||||||
export PORT =
|
export PORT =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user