1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

Merge pull request #4566 from kaspar030/disable_nhc

sys: net: disable NHC
This commit is contained in:
Cenk Gündoğan 2016-01-04 22:29:37 +01:00
commit ce388a4805

View File

@ -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)))