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

pkg/wakaama: move sock_udp dependency to package

This commit is contained in:
Leandro Lanzieri 2020-12-16 09:45:20 +01:00
parent c2e9bc5c73
commit fcd582eff2
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,6 @@ USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif
# Specify the mandatory networking modules
USEMODULE += gnrc_ipv6_router_default
USEMODULE += sock_udp
# Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo
# Add also the shell, some shell commands

View File

@ -17,3 +17,6 @@ USEPKG += tlsf
ifneq (,$(filter -DLWM2M_WITH_LOGS,$(CFLAGS)))
USEMODULE += fmt
endif
# wakaama uses Sock UDP (implemented by some stack)
USEMODULE += sock_udp