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

oonf_common: depends on the oonf_api package

This commit is contained in:
Oleg Hahm 2015-04-09 17:45:47 +02:00
parent ff6fd3f9b3
commit e5188cf216

View File

@ -158,5 +158,6 @@ ifneq (,$(filter fib,$(USEMODULE)))
endif
ifneq (,$(filter oonf_common,$(USEMODULE)))
USEPKG += oonf_api
USEMODULE += socket_base
endif