From a08a4cea6576b7b91b66ad706a340b32f45c20fa Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@iopsys.eu> Date: Wed, 30 Jun 2021 15:14:19 +0200 Subject: [PATCH] brcm63xx: do not select non existent asterisk modules --- iopsys-brcm63xx-arm/profiles/iopsys.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index e0ec8da32..f7d04db79 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -6,9 +6,9 @@ asterisk-codec-alaw asterisk-codec-g722 asterisk-codec-g726 \ asterisk-codec-gsm asterisk-format-g726 asterisk-format-g729 \ asterisk-format-sln asterisk-format-sln16 asterisk-func-channel \ asterisk-func-db asterisk-func-shell asterisk-pbx-spool \ -asterisk-res-musiconhold asterisk-res-stun asterisk-res-voice asterisk-sounds \ +asterisk-res-musiconhold asterisk-sounds \ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-pjsip \ -asterisk-util-astcanary asterisk-res-timing-timerfd asterisk-res-srtp \ +asterisk-util-astcanary asterisk-res-srtp \ asterisk-res-http-websocket asterisk-res-pjproject asterisk-res-sorcery \ asterisk-app-confbridge asterisk-app-voicemail -- GitLab