From 6ffb424282a1d36847d2cb468a7d2cef4fd45544 Mon Sep 17 00:00:00 2001 From: Yalu Zhang <yalu.zhang@iopsys.eu> Date: Mon, 4 May 2020 15:11:15 +0200 Subject: [PATCH] Remove voice-client from voice packages --- intel_mips/image/xrx500-iopsys.mk | 2 +- iopsys-brcm63xx-arm/profiles/iopsys.mk | 2 +- iopsys-brcm63xx-mips/profiles/iopsys.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/intel_mips/image/xrx500-iopsys.mk b/intel_mips/image/xrx500-iopsys.mk index 3fbb15b09..5c35dd97a 100644 --- a/intel_mips/image/xrx500-iopsys.mk +++ b/intel_mips/image/xrx500-iopsys.mk @@ -13,7 +13,7 @@ ASTERISK_PACKAGES += asterisk-codec-a-mu asterisk-codec-alaw asterisk-codec-ulaw ASTERISK_PACKAGES += asterisk-codec-g722 asterisk-codec-g726 asterisk-codec-g729 ASTERISK_PACKAGES += asterisk-codec-gsm asterisk-util-astcanary -VOICE_PACKAGES := voice-client $(ASTERISK_PACKAGES) +VOICE_PACKAGES := $(ASTERISK_PACKAGES) COMMON_PACKAGES := \ kmod-usb-dwc3-grx500 kmod-usb3 kmod-usb-storage kmod-scsi-core kmod-fs-vfat \ diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 853009c20..37782c8ad 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -10,7 +10,7 @@ asterisk-res-musiconhold asterisk-res-stun asterisk-res-voice asterisk-sounds \ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-chan-sip \ asterisk-util-astcanary asterisk-res-timing-timerfd -VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES) +VOICE_SUPPORT:=endptmngr $(ASTERISK_PACKAGES) DECT_SUPPORT:=dectmngr2 #################### brcm_ref138 diff --git a/iopsys-brcm63xx-mips/profiles/iopsys.mk b/iopsys-brcm63xx-mips/profiles/iopsys.mk index bd516314d..860d9ece4 100644 --- a/iopsys-brcm63xx-mips/profiles/iopsys.mk +++ b/iopsys-brcm63xx-mips/profiles/iopsys.mk @@ -10,7 +10,7 @@ asterisk-res-musiconhold asterisk-res-stun asterisk-res-voice asterisk-sounds \ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-chan-sip \ asterisk-util-astcanary asterisk-res-timing-timerfd -VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES) +VOICE_SUPPORT:=endptmngr $(ASTERISK_PACKAGES) DECT_SUPPORT:=natalie-dect dectmngr2 ############################################################################### -- GitLab