Skip to content
Snippets Groups Projects
Commit 2a14488f authored by Oleg Hahm's avatar Oleg Hahm
Browse files

make: missing 6lowpan_nd_router dependency

parent 2bb3376e
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment