mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
sys: add forward proxy thread submodule
This commit is contained in:
parent
557f3c7bc8
commit
e10553b6ee
@ -70,6 +70,7 @@ PSEUDOMODULES += evtimer_mbox
|
|||||||
PSEUDOMODULES += fatfs_vfs_format
|
PSEUDOMODULES += fatfs_vfs_format
|
||||||
PSEUDOMODULES += fmt_%
|
PSEUDOMODULES += fmt_%
|
||||||
PSEUDOMODULES += gcoap_forward_proxy
|
PSEUDOMODULES += gcoap_forward_proxy
|
||||||
|
PSEUDOMODULES += gcoap_forward_proxy_thread
|
||||||
PSEUDOMODULES += gcoap_fileserver
|
PSEUDOMODULES += gcoap_fileserver
|
||||||
PSEUDOMODULES += gcoap_dtls
|
PSEUDOMODULES += gcoap_dtls
|
||||||
## @addtogroup net_gcoap_dns
|
## @addtogroup net_gcoap_dns
|
||||||
|
@ -471,6 +471,10 @@ ifneq (,$(filter gcoap_forward_proxy,$(USEMODULE)))
|
|||||||
USEMODULE += uri_parser
|
USEMODULE += uri_parser
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter gcoap_forward_proxy_thread,$(USEMODULE)))
|
||||||
|
USEMODULE += gcoap_forward_proxy
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gcoap_dtls,$(USEMODULE)))
|
ifneq (,$(filter gcoap_dtls,$(USEMODULE)))
|
||||||
USEMODULE += gcoap
|
USEMODULE += gcoap
|
||||||
USEMODULE += dsm
|
USEMODULE += dsm
|
||||||
|
Loading…
Reference in New Issue
Block a user