From: Daniel Golle Date: Sun, 3 Mar 2024 15:25:22 +0000 (+0000) Subject: asterisk-chan-lantiq: add user 'asterisk' to 'vmmc' group X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=6b3fe2bd4f0d4dc7ab1a254cfaf482aa10d82df6 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 --- 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