From 18005dbcfdfaff0a9cf047f4034a0dfa978cdc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Fri, 26 Jun 2026 13:33:06 +0200 Subject: [PATCH] matter-netman: add rpcd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need rpcd to query the UCI configuration over ubus. Signed-off-by: Raphaël Mélotte --- service/matter-netman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/matter-netman/Makefile b/service/matter-netman/Makefile index e8af89c..61707a6 100644 --- a/service/matter-netman/Makefile +++ b/service/matter-netman/Makefile @@ -49,7 +49,7 @@ define Package/matter-netman/default CATEGORY:=Network TITLE:=Matter Network Infrastructure Manager Daemon URL:=https://github.com/project-chip/connectedhomeip - DEPENDS:=+libstdcpp +libatomic +libubus +libubox +jsonfilter + DEPENDS:=+libstdcpp +libatomic +libubus +libubox +jsonfilter +rpcd USERID:=matter:matter endef