1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

Merge pull request #5401 from cgundogan/pr/make/enable_nhc

make: enable NHC by default
This commit is contained in:
Martine Lenders 2016-05-18 10:29:06 +02:00
commit d5274572e8

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