From e05f8967d98cbd5c9e7b04c2900f0fa3519b5628 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 4 Oct 2021 16:07:58 +0200 Subject: [PATCH] examples/openthread: adapt to update in package support --- examples/openthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openthread/Makefile b/examples/openthread/Makefile index 8be09cb688..e653233df9 100644 --- a/examples/openthread/Makefile +++ b/examples/openthread/Makefile @@ -43,7 +43,7 @@ OPENTHREAD_TYPE ?= ftd USEMODULE += openthread-$(OPENTHREAD_TYPE) # Comment the following line in order to disable the OpenThread CLI -USEMODULE += openthread-cli +USEMODULE += openthread-cli-$(OPENTHREAD_TYPE) USEMODULE += netdev_default