1
0
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:
Benjamin Valentin 2022-11-08 15:13:45 +01:00
parent a61a0262d7
commit 299b5ac5a5

View File

@ -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)