From f44976b55e1dd912b3dc57a2a266ca15d4d8c137 Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Mon, 4 Jan 2016 11:44:42 +0100
Subject: [PATCH] sys: net: disable NHC

---
 Makefile.dep | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.dep b/Makefile.dep
index 697a564461..4b19ab0b42 100644
--- a/Makefile.dep
+++ b/Makefile.dep
@@ -110,7 +110,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. See #4544 and #4462.
+  #USEMODULE += gnrc_sixlowpan_iphc_nhc
 endif
 
 ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE)))
-- 
GitLab