Skip to content

Commit

Permalink
make: disable NHC
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Apr 21, 2016
1 parent 3e70191 commit 196ec2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 196ec2f

Please sign in to comment.