mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5644102399
Since 14616753433559bb7be7a8bed224d86d339b5fe2 an IPv6 interface doesn't have a link-local address per default any more, so tests shouldn't check for it.
7 lines
135 B
Makefile
7 lines
135 B
Makefile
USEMODULE += ipv6_addr
|
|
USEMODULE += gnrc_ipv6_netif
|
|
USEMODULE += gnrc_netif
|
|
USEMODULE += gnrc_ndp_node
|
|
|
|
CFLAGS += -DGNRC_NETIF_NUMOF=3
|