diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 8ba97ecc55063df42012d4a35de61c1918c3dde4..b86c711bc68107c3015256cf30178442d8b7a5ee 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