From 6b3fe2bd4f0d4dc7ab1a254cfaf482aa10d82df6 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 3 Mar 2024 15:25:22 +0000 Subject: [PATCH] asterisk-chan-lantiq: add user 'asterisk' to 'vmmc' group Make sure asterisk has permission to access /dev/vmmc* devices as it will segfault if started without. Signed-off-by: Daniel Golle --- net/asterisk-chan-lantiq/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/asterisk-chan-lantiq/Makefile b/net/asterisk-chan-lantiq/Makefile index 2e3fda5..882474c 100644 --- a/net/asterisk-chan-lantiq/Makefile +++ b/net/asterisk-chan-lantiq/Makefile @@ -31,6 +31,7 @@ define Package/$(PKG_NAME) TITLE:=Lantiq channel driver URL:=https://github.com/kochstefan/asterisk_channel_lantiq DEPENDS:=+asterisk +kmod-ltq-vmmc + USERID:=asterisk=385::vmmc=386 endef define Package/$(PKG_NAME)/description -- 2.30.2