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

make: add 6LoWPAN IPHC as default module for 6LoWPAN

parent b7bf9494
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ ifneq (,$(filter ng_sixlowpan_default,$(USEMODULE)))
USEMODULE += ng_ipv6_default
USEMODULE += ng_sixlowpan
USEMODULE += ng_sixlowpan_frag
USEMODULE += ng_sixlowpan_iphc
endif
ifneq (,$(filter ng_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