diff options
| author | Daniel Golle | 2024-03-03 16:16:51 +0000 |
|---|---|---|
| committer | GitHub | 2024-03-03 16:16:51 +0000 |
| commit | dc889d84f1d441a64a6d61ae58f7a3003ec509a3 (patch) | |
| tree | 32ac7222b03b3c0dfb3193f4c56cdbd7fc7a9710 | |
| parent | 51c6f587c7f2f08d3f115adc8a1526753bc147e1 (diff) | |
| parent | 6b3fe2bd4f0d4dc7ab1a254cfaf482aa10d82df6 (diff) | |
| download | telephony-dc889d84f1d441a64a6d61ae58f7a3003ec509a3.tar.gz | |
Merge pull request #857 from dangowrt/lantiq-vmmc-group
asterisk-chan-lantiq: add user 'asterisk' to 'vmmc' group
| -rw-r--r-- | net/asterisk-chan-lantiq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |