From 3317db39f784c8c26dc108c2bc15d34deb7c4800 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com>
Date: Tue, 29 Oct 2019 17:36:51 +0100
Subject: [PATCH] Enable voice builds for L07

---
 iopsys-brcm63xx-arm/profiles/iopsys.mk | 4 ++--
 iopsys-brcm63xx-mips/Config.in         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk
index 1079b0a40..80473f6f9 100644
--- a/iopsys-brcm63xx-arm/profiles/iopsys.mk
+++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk
@@ -10,8 +10,8 @@ asterisk13-res-stun asterisk13-res-voice asterisk13-sounds \
 asterisk13-format-gsm asterisk13-res-rtp-asterisk asterisk13-chan-sip \
 asterisk13-util-astcanary asterisk13-res-timing-timerfd
 
-#VOICE_SUPPORT:=voice-client $(ASTERISK_PACKAGES) juci-voice-client
-#DECT_SUPPORT:=dectmngr2 juci-natalie-dect
+VOICE_SUPPORT:=voice-client $(ASTERISK_PACKAGES) juci-voice-client
+DECT_SUPPORT:=dectmngr2 juci-natalie-dect
 
 #################### brcm_ref138
 define Profile/brcm_ref138_p502
diff --git a/iopsys-brcm63xx-mips/Config.in b/iopsys-brcm63xx-mips/Config.in
index d4b29a728..931fb495e 100644
--- a/iopsys-brcm63xx-mips/Config.in
+++ b/iopsys-brcm63xx-mips/Config.in
@@ -175,6 +175,6 @@ menu "Target options Brcm63xx (ARM/MIPS)"
 		bool "Whether to build voice or exclude it entirely"
 		help
 			For exclude building voice entirely, not just in the OPEN-image.
-        default y if !BRCM_SDK_VER_502007
+        default y
 
 endmenu
-- 
GitLab