From cc41737f8aca35429337ca82602e61583aa8c2c3 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 3 Dec 2024 18:13:40 +0200 Subject: [PATCH] openthread-br: fix indentation Fixes: 3f30bab5aa6f ("openthread-br: bump source version to 2024-11-20 and add missing dependencies") Signed-off-by: Stijn Tintel --- net/openthread-br/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openthread-br/Makefile b/net/openthread-br/Makefile index 89536dac85..7bf58a8ec5 100644 --- a/net/openthread-br/Makefile +++ b/net/openthread-br/Makefile @@ -32,7 +32,7 @@ define Package/openthread-br SECTION:=net TITLE:=OpenThread Border Router DEPENDS:= \ - +kmod-tun \ + +kmod-tun \ +libblobmsg-json \ +libjson-c \ +libncurses \ -- 2.30.2