mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
oonf_api: added missing dependency
This commit is contained in:
parent
33133c677e
commit
ff6fd3f9b3
@ -156,3 +156,7 @@ ifneq (,$(filter fib,$(USEMODULE)))
|
||||
USEMODULE += vtimer
|
||||
USEMODULE += net_help
|
||||
endif
|
||||
|
||||
ifneq (,$(filter oonf_common,$(USEMODULE)))
|
||||
USEMODULE += socket_base
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user