diff --git a/iopsys-brcm63xx-arm/config/dg400prime/config b/iopsys-brcm63xx-arm/config/dg400prime/config index ddfb32a8f7d9a9425ba0510a2e05377d06c02b17..b3130f71f22a5a9588c1e72e347d9e469409c497 100644 --- a/iopsys-brcm63xx-arm/config/dg400prime/config +++ b/iopsys-brcm63xx-arm/config/dg400prime/config @@ -3,3 +3,4 @@ CONFIG_BCM_KERNEL_PROFILE="963138GWV" CONFIG_BCM_CHIP_ID="63138" CONFIG_BCM_FIRMWARE_TYPE="nand128_ubifs" +CONFIG_BCM_VOICE=y diff --git a/iopsys-brcm63xx-arm/config/smarthub3/config b/iopsys-brcm63xx-arm/config/smarthub3/config index 8063a11259fd44550ab66cb68dd9f9d1d467a431..8781227e669bc48bc616e8216eb2434d13a7d267 100644 --- a/iopsys-brcm63xx-arm/config/smarthub3/config +++ b/iopsys-brcm63xx-arm/config/smarthub3/config @@ -4,3 +4,4 @@ CONFIG_BCM_CHIP_ID="63158" CONFIG_BCM_FIRMWARE_TYPE="emmc_ext4" CONFIG_BCM_DSL_GFAST=y +CONFIG_BCM_VOICE=y diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 327bba0c6b1847bf04112efa0a182d11160762ca..27c65b3d1ecbc66868da732b949ac937a122f59d 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -119,6 +119,7 @@ $(eval $(call Profile,arc63158ref)) #################### smarthub3 define Profile/smarthub3 NAME:=smarthub3 + PACKAGES:=$(VOICE_SUPPORT) endef define Profile/smarthub3/Description