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 <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2024-03-03 15:25:22 +00:00
parent 51c6f587c7
commit 6b3fe2bd4f

View File

@ -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