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

nordic_softdevice_ble: fix dependencies for NIB

This commit is contained in:
Martine Lenders 2018-01-16 17:16:05 +01:00 committed by dylad
parent 51ae9d9c87
commit 0d55a8a1c6

View File

@ -68,7 +68,11 @@ ifneq (,$(filter nordic_softdevice_ble,$(USEPKG)))
USEMODULE += ble_6lowpan
USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_iphc
USEMODULE += gnrc_ipv6_nib_6ln
USEMODULE += gnrc_ipv6_default
# prevent application from being a router
# TODO: maybe find a nicer solution in future build system update
USEMODULE := $(filter-out gnrc_ipv6_router% gnrc_rpl netstats_rpl auto_init_gnrc_rpl,$(USEMODULE))
endif
ifneq (,$(filter gnrc_%,$(filter-out gnrc_netapi gnrc_netreg gnrc_netif% gnrc_pkt%,$(USEMODULE))))