mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #5988 from cgundogan/pr/native/term
boards/native: set PORT to tap0
This commit is contained in:
commit
41011184a5
@ -84,7 +84,7 @@ endif
|
||||
export LINKFLAGS += -ffunction-sections
|
||||
|
||||
# set the tap interface for term/valgrind
|
||||
ifneq (,$(filter netdev2_tap,$(USEMODULE)))
|
||||
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
||||
export PORT ?= tap0
|
||||
else
|
||||
export PORT =
|
||||
|
Loading…
Reference in New Issue
Block a user