mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #3484 from authmillenon/make/enh/default_sixlowpan_iphc
make: add 6LoWPAN IPHC as default module for 6LoWPAN
This commit is contained in:
commit
a1633d8c29
@ -100,6 +100,7 @@ ifneq (,$(filter ng_sixlowpan_default,$(USEMODULE)))
|
||||
USEMODULE += ng_ipv6_default
|
||||
USEMODULE += ng_sixlowpan
|
||||
USEMODULE += ng_sixlowpan_frag
|
||||
USEMODULE += ng_sixlowpan_iphc
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user