1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Added the proper module for configuring the node as an IPv6 node.

This commit is contained in:
Raul Fuentes 2017-04-26 17:29:10 +02:00
parent 2e6520d7a7
commit 07ecbe0cb3

View File

@ -19,13 +19,12 @@ BOARD_BLACKLIST := nrf52dk
USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif
# Specify the mandatory networking modules for IPv6 and UDP
USEMODULE += gnrc_ipv6_default
USEMODULE += gnrc_udp
USEMODULE += gnrc_sock_udp
# Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo
#
USEMODULE += gnrc_sock_udp
USEPKG += nanocoap
# optionally enable nanocoap's debug output
#CFLAGS += -DNANOCOAP_DEBUG