From 6f1d4eb5be60d751fe1a828ff9da2cf7804c4c42 Mon Sep 17 00:00:00 2001 From: Yalu Zhang <yalu.zhang@iopsys.eu> Date: Mon, 4 Jan 2021 17:59:03 +0100 Subject: [PATCH] Support DECT only on Smart Hub 3 --- iopsys-brcm63xx-arm/profiles/iopsys.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 8ba97ecc5..b86c711bc 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -11,12 +11,12 @@ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-chan-sip \ asterisk-util-astcanary asterisk-res-timing-timerfd asterisk-res-srtp VOICE_SUPPORT:=endptmngr $(ASTERISK_PACKAGES) -#DECT_SUPPORT:=dectmngr2 +DECT_SUPPORT:=dectmngr #################### brcm_ref138 define Profile/brcm_ref138_p502 NAME:=brcm_ref138_p502 - PACKAGES:=$(VOICE_SUPPORT) $(DECT_SUPPORT) + PACKAGES:=$(VOICE_SUPPORT) endef define Profile/brcm_ref138_p502/Description @@ -27,7 +27,7 @@ $(eval $(call Profile,brcm_ref138_p502)) #################### DG400 define Profile/dg400 NAME:=dg400 - PACKAGES:=$(VOICE_SUPPORT) $(DECT_SUPPORT) + PACKAGES:=$(VOICE_SUPPORT) endef define Profile/dg400/Description @@ -39,7 +39,7 @@ $(eval $(call Profile,dg400)) #################### DG400PRIME define Profile/dg400prime NAME:=dg400prime - PACKAGES:=$(VOICE_SUPPORT) $(DECT_SUPPORT) + PACKAGES:=$(VOICE_SUPPORT) endef define Profile/dg400prime/Description @@ -86,7 +86,7 @@ $(eval $(call Profile,xug534)) #################### smarthub3 define Profile/smarthub3 NAME:=smarthub3 - PACKAGES:=$(VOICE_SUPPORT) + PACKAGES:=$(VOICE_SUPPORT) $(DECT_SUPPORT) endef define Profile/smarthub3/Description -- GitLab