projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c6f58
)
asterisk-chan-lantiq: add user 'asterisk' to 'vmmc' group
857/head
author
Daniel Golle
<daniel@makrotopia.org>
Sun, 3 Mar 2024 15:25:22 +0000
(15:25 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/net/asterisk-chan-lantiq/Makefile
b/net/asterisk-chan-lantiq/Makefile
index 2e3fda50006e9c34e4f84753c879be0c7b4c6676..882474c2e3cdca2d59d4f86f33aff32183d78104 100644
(file)
--- 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