Skip to content
Snippets Groups Projects
Commit ce388a48 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

Merge pull request #4566 from kaspar030/disable_nhc

sys: net: disable NHC
parents 5b585386 f44976b5
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,8 @@ endif ...@@ -110,7 +110,8 @@ 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
USEMODULE += gnrc_sixlowpan_iphc_nhc # NHC is broken, so disable it for now. See #4544 and #4462.
#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