1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

make: enable NHC by default

This commit is contained in:
Cenk Gündoğan 2016-04-27 08:22:41 +02:00
parent 9bac1013e7
commit 89f3bb8a96

View File

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