Skip to content
Snippets Groups Projects
Commit 6f1d4eb5 authored by Yalu Zhang's avatar Yalu Zhang
Browse files

Support DECT only on Smart Hub 3

parent 12f6eeb8
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment