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:
parent
c2e9bc5c73
commit
fcd582eff2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user