mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
oonf_api: adapt for new sockets
This commit is contained in:
parent
320aa47200
commit
3536c84844
@ -5,7 +5,6 @@ endif
|
||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
USEMODULE += conn_udp
|
||||
USEMODULE += vtimer
|
||||
USEMODULE += oonf_common
|
||||
USEMODULE += oonf_rfc5444
|
||||
endif
|
||||
|
||||
@ -307,9 +306,13 @@ ifneq (,$(filter fib,$(USEMODULE)))
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter oonf_rfc5444,$(USEMODULE)))
|
||||
USEMODULE += oonf_common
|
||||
endif
|
||||
|
||||
ifneq (,$(filter oonf_common,$(USEMODULE)))
|
||||
USEPKG += oonf_api
|
||||
USEMODULE += socket_base
|
||||
USEMODULE += posix_sockets
|
||||
endif
|
||||
|
||||
ifneq (,$(filter %_conn_ip,$(USEMODULE)))
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user