Skip to content
Snippets Groups Projects
Commit 13e33d4d authored by Martine Lenders's avatar Martine Lenders
Browse files

ng_sixlowpan: add missing ng_ipv6 dependency

parent 2d8021ac
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ ifneq (,$(filter sixlowpan,$(USEMODULE))) ...@@ -49,6 +49,7 @@ ifneq (,$(filter sixlowpan,$(USEMODULE)))
endif endif
ifneq (,$(filter ng_sixlowpan,$(USEMODULE))) ifneq (,$(filter ng_sixlowpan,$(USEMODULE)))
USEMODULE += ng_ipv6
USEMODULE += ng_sixlowpan_netif USEMODULE += ng_sixlowpan_netif
USEMODULE += ng_netbase USEMODULE += ng_netbase
endif endif
......
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