Skip to content

Commit

Permalink
Merge pull request #12 from OlegHahm/netdev2_tap_termflags
Browse files Browse the repository at this point in the history
squash: fix appending tap interface in boards/native/Makefile.include
  • Loading branch information
kaspar030 committed Sep 3, 2015
2 parents f5f0392 + 780d76b commit e87907b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export LINKFLAGS += -ldl
endif

# set the tap interface for term/valgrind
ifneq (,$(filter dev_eth_tap,$(USEMODULE)))
ifneq (,$(filter netdev2_tap,$(USEMODULE)))
export PORT ?= tap0
else
export PORT =
Expand Down

0 comments on commit e87907b

Please sign in to comment.