Merge pull request #2869 from authmillenon/ng_sixlowpan/fix/add-ipv6-dep

ng_sixlowpan: add missing ng_ipv6 dependency
This commit is contained in:
Martine Lenders 2015-04-25 22:48:27 +02:00
commit a3605341b0

View File

@ -49,6 +49,7 @@ ifneq (,$(filter sixlowpan,$(USEMODULE)))
endif
ifneq (,$(filter ng_sixlowpan,$(USEMODULE)))
USEMODULE += ng_ipv6
USEMODULE += ng_sixlowpan_netif
USEMODULE += ng_netbase
endif