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

Merge pull request #5401 from cgundogan/pr/make/enable_nhc

make: enable NHC by default
parents e3faafbd 89f3bb8a
No related branches found
No related tags found
No related merge requests found
...@@ -132,8 +132,7 @@ endif ...@@ -132,8 +132,7 @@ endif
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE))) ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_ctx USEMODULE += gnrc_sixlowpan_ctx
# NHC is broken, so disable it for now. USEMODULE += gnrc_sixlowpan_iphc_nhc
# USEMODULE += gnrc_sixlowpan_iphc_nhc
endif endif
ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE))) ifneq (,$(filter gnrc_sixlowpan,$(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