mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
examples/gnrc_border_router: honor $TAP setting
This commit is contained in:
parent
a61a0262d7
commit
299b5ac5a5
@ -34,3 +34,6 @@ TERMFLAGS ?= $(patsubst %,-z [::1]:%, $(shell seq $(ZEP_PORT_BASE) $(ZEP_PORT_MA
|
||||
ifneq (,$(ZEP_MAC))
|
||||
TERMFLAGS += --eui64=$(ZEP_MAC)
|
||||
endif
|
||||
|
||||
# native uses $PORT to specify the TAP interface
|
||||
PORT ?= $(TAP)
|
||||
|
Loading…
Reference in New Issue
Block a user