mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
10 lines
258 B
Makefile
10 lines
258 B
Makefile
# native has a TAP interface towards the host, just add parameters for
|
|
# `socket_zep`
|
|
TERMFLAGS += -z [::1]:17754
|
|
|
|
ifneq (1,$(USE_DHCPV6))
|
|
# We don't need to start ethos so just start the UHCPD daemon in the
|
|
# background
|
|
TERMDEPS += uhcpd-daemon
|
|
endif
|