Skip to content
Snippets Groups Projects
Commit 77cf00bd authored by Hauke Petersen's avatar Hauke Petersen
Browse files

Merge pull request #5385 from cgundogan/pr/disable_nhc

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