mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_sixlowpan_router: remove pseudo-module
It has no real purpose other than pulling in `gnrc_ipv6_router` as a dependency, which is already done in other places (or by pulling in its dependencies).
This commit is contained in:
parent
adb6a6720f
commit
07bcae2613
10
Makefile.dep
10
Makefile.dep
@ -217,9 +217,6 @@ ifneq (,$(filter ieee802154 nrfmin esp_now cc110x gnrc_sixloenc,$(USEMODULE)))
|
|||||||
ifneq (,$(filter gnrc_ipv6, $(USEMODULE)))
|
ifneq (,$(filter gnrc_ipv6, $(USEMODULE)))
|
||||||
USEMODULE += gnrc_sixlowpan
|
USEMODULE += gnrc_sixlowpan
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter gnrc_ipv6_router, $(USEMODULE)))
|
|
||||||
USEMODULE += gnrc_sixlowpan_router
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter gnrc_ipv6_default, $(USEMODULE)))
|
ifneq (,$(filter gnrc_ipv6_default, $(USEMODULE)))
|
||||||
USEMODULE += gnrc_sixlowpan_default
|
USEMODULE += gnrc_sixlowpan_default
|
||||||
endif
|
endif
|
||||||
@ -232,7 +229,6 @@ ifneq (,$(filter ieee802154 nrfmin esp_now cc110x gnrc_sixloenc,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_sixlowpan_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_default,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_ipv6_default
|
|
||||||
USEMODULE += gnrc_ipv6_nib_6ln
|
USEMODULE += gnrc_ipv6_nib_6ln
|
||||||
USEMODULE += gnrc_sixlowpan
|
USEMODULE += gnrc_sixlowpan
|
||||||
USEMODULE += gnrc_sixlowpan_frag
|
USEMODULE += gnrc_sixlowpan_frag
|
||||||
@ -242,7 +238,6 @@ endif
|
|||||||
ifneq (,$(filter gnrc_sixlowpan_router_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_router_default,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += gnrc_ipv6_nib_6lr
|
USEMODULE += gnrc_ipv6_nib_6lr
|
||||||
USEMODULE += gnrc_sixlowpan_router
|
|
||||||
USEMODULE += gnrc_sixlowpan_frag
|
USEMODULE += gnrc_sixlowpan_frag
|
||||||
USEMODULE += gnrc_sixlowpan_iphc
|
USEMODULE += gnrc_sixlowpan_iphc
|
||||||
endif
|
endif
|
||||||
@ -250,15 +245,10 @@ endif
|
|||||||
ifneq (,$(filter gnrc_sixlowpan_border_router_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_border_router_default,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_ipv6_nib_6lbr
|
USEMODULE += gnrc_ipv6_nib_6lbr
|
||||||
USEMODULE += gnrc_ipv6_router_default
|
USEMODULE += gnrc_ipv6_router_default
|
||||||
USEMODULE += gnrc_sixlowpan_router
|
|
||||||
USEMODULE += gnrc_sixlowpan_frag
|
USEMODULE += gnrc_sixlowpan_frag
|
||||||
USEMODULE += gnrc_sixlowpan_iphc
|
USEMODULE += gnrc_sixlowpan_iphc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_sixlowpan_router,$(USEMODULE)))
|
|
||||||
USEMODULE += gnrc_ipv6_router
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_sixlowpan
|
USEMODULE += gnrc_sixlowpan
|
||||||
USEMODULE += gnrc_sixlowpan_frag_fb
|
USEMODULE += gnrc_sixlowpan_frag_fb
|
||||||
|
@ -52,7 +52,6 @@ PSEUDOMODULES += gnrc_sixlowpan_default
|
|||||||
PSEUDOMODULES += gnrc_sixlowpan_frag_hint
|
PSEUDOMODULES += gnrc_sixlowpan_frag_hint
|
||||||
PSEUDOMODULES += gnrc_sixlowpan_iphc_nhc
|
PSEUDOMODULES += gnrc_sixlowpan_iphc_nhc
|
||||||
PSEUDOMODULES += gnrc_sixlowpan_nd_border_router
|
PSEUDOMODULES += gnrc_sixlowpan_nd_border_router
|
||||||
PSEUDOMODULES += gnrc_sixlowpan_router
|
|
||||||
PSEUDOMODULES += gnrc_sixlowpan_router_default
|
PSEUDOMODULES += gnrc_sixlowpan_router_default
|
||||||
PSEUDOMODULES += gnrc_sock_async
|
PSEUDOMODULES += gnrc_sock_async
|
||||||
PSEUDOMODULES += gnrc_sock_check_reuse
|
PSEUDOMODULES += gnrc_sock_check_reuse
|
||||||
|
Loading…
Reference in New Issue
Block a user