Skip to content
Snippets Groups Projects
Commit a1633d8c authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

Merge pull request #3484 from authmillenon/make/enh/default_sixlowpan_iphc

make: add 6LoWPAN IPHC as default module for 6LoWPAN
parents 59c7b87b 78ef5f08
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ ifneq (,$(filter ng_sixlowpan_default,$(USEMODULE))) ...@@ -100,6 +100,7 @@ ifneq (,$(filter ng_sixlowpan_default,$(USEMODULE)))
USEMODULE += ng_ipv6_default USEMODULE += ng_ipv6_default
USEMODULE += ng_sixlowpan USEMODULE += ng_sixlowpan
USEMODULE += ng_sixlowpan_frag USEMODULE += ng_sixlowpan_frag
USEMODULE += ng_sixlowpan_iphc
endif endif
ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE))) 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