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:
parent
2bb3376e5e
commit
2a14488f42
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user