From ffbc3c78d4c66bd0b2b901fa412df2d4f795be7c Mon Sep 17 00:00:00 2001 From: Andreas Gnau <andreas.gnau@iopsys.eu> Date: Wed, 9 Feb 2022 10:58:43 +0100 Subject: [PATCH] brcm63xx-arm: dna0332tls: Change name and family name to tls Also set DSL options. They were already set to the same value, because it is the default, but better be explicit. --- iopsys-brcm63xx-arm/config/dna0332tls/config | 4 +++- iopsys-brcm63xx-arm/profiles/iopsys.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/iopsys-brcm63xx-arm/config/dna0332tls/config b/iopsys-brcm63xx-arm/config/dna0332tls/config index da3e027b0..d6946ab0c 100644 --- a/iopsys-brcm63xx-arm/config/dna0332tls/config +++ b/iopsys-brcm63xx-arm/config/dna0332tls/config @@ -1,7 +1,9 @@ -CONFIG_TARGET_FAMILY="DNA0332" +CONFIG_TARGET_FAMILY="DNA0332TLS" CONFIG_BCM_KERNEL_PROFILE="963146GW_WL21D2GA" CONFIG_BCM_CHIP_ID="63146" +CONFIG_BCM_DSL=y +CONFIG_BCM_DSL_ANNEX_A=y CONFIG_BCM_VOICE=y CONFIG_BCM_FIRMWARE_TYPE_NAND_SQUASHFS=y diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index b2fc03a6a..37c4f0631 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -135,7 +135,7 @@ $(eval $(call Profile,disc)) #################### dna0332 define Profile/dna0332tls - NAME:=dna0332 + NAME:=dna0332tls PACKAGES:=$(VOICE_SUPPORT) endef -- GitLab