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

make: missing 6lowpan_nd_router dependency

This commit is contained in:
Oleg Hahm 2015-09-10 19:38:01 +02:00
parent 2bb3376e5e
commit 2a14488f42

View File

@ -65,7 +65,7 @@ ifneq (,$(filter gnrc_sixlowpan_router_default,$(USEMODULE)))
endif
ifneq (,$(filter gnrc_sixlowpan_router,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_nd_router
endif
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))