asterisk-chan-lantiq: add user 'asterisk' to 'vmmc' group 857/head
authorDaniel Golle <daniel@makrotopia.org>
Sun, 3 Mar 2024 15:25:22 +0000 (15:25 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 3 Mar 2024 15:44:19 +0000 (15:44 +0000)
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>
net/asterisk-chan-lantiq/Makefile

index 2e3fda50006e9c34e4f84753c879be0c7b4c6676..882474c2e3cdca2d59d4f86f33aff32183d78104 100644 (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