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:
parent
51c6f587c7
commit
6b3fe2bd4f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue