mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: net: disable NHC
This commit is contained in:
parent
36923341f0
commit
f44976b55e
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user