1
0
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:
Kaspar Schleiser 2015-08-11 19:07:06 +02:00
commit ffc6d31bab

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 =