mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3610 from haukepetersen/fix_native_port
boards/native: fixed PORT selection for dev_eth_tap
This commit is contained in:
commit
ffc6d31bab
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user