From 89f3bb8a96e8fbe356438bede222cbd9f6cdef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com> Date: Wed, 27 Apr 2016 08:22:41 +0200 Subject: [PATCH] make: enable NHC by default --- Makefile.dep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.dep b/Makefile.dep index 218e5aaa83..90c7fd2392 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -132,8 +132,7 @@ endif ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE))) USEMODULE += gnrc_sixlowpan USEMODULE += gnrc_sixlowpan_ctx -# NHC is broken, so disable it for now. -# USEMODULE += gnrc_sixlowpan_iphc_nhc + USEMODULE += gnrc_sixlowpan_iphc_nhc endif ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE))) -- GitLab