From 033caab59f072b33efe05f2ce5f9bbdb71f448ee Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Tue, 30 Jul 2024 16:36:51 +0200
Subject: [PATCH] bcmkernel: Use 963178GW_WL22D1GA profile for 63178

Instead of 96750GW_WL22D1GA use the 963178GW_WL22D1GA profile for
BCM63178, which is an equivalent profile that enables DSL. DSL is
enabled and disabled using build options and the generated
bcmcreator.conf is identical when DSL is disabled.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
---
 bcmkernel/Config.in | 2 +-
 bcmkernel/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bcmkernel/Config.in b/bcmkernel/Config.in
index 1f5d4b7..cfa96ae 100644
--- a/bcmkernel/Config.in
+++ b/bcmkernel/Config.in
@@ -15,7 +15,7 @@ config BCM_KERNEL_PROFILE
 	default "963138G" if TARGET_SUBTARGET="bcm963138"
 	default "963146GW_WL22D1GA" if TARGET_SUBTARGET="bcm963146"
 	default "963158GW_WL22D1GA" if TARGET_SUBTARGET="bcm963158"
-	default "96750GW_WL22D1GA" if TARGET_SUBTARGET="bcm963178"
+	default "963178GW_WL22D1GA" if TARGET_SUBTARGET="bcm963178"
 	default "96846GOV" if TARGET_SUBTARGET="bcm96846"
 	default "96856GWO_WL21D2GA" if TARGET_SUBTARGET="bcm96856"
 	default "96858GWO_WL22D1GA" if TARGET_SUBTARGET="bcm96858"
diff --git a/bcmkernel/Makefile b/bcmkernel/Makefile
index d97d96b..f5a6e7a 100644
--- a/bcmkernel/Makefile
+++ b/bcmkernel/Makefile
@@ -2,7 +2,7 @@
 # Primary/common bcm963xx-bsp makefile for all versions of Broadcom SDKs
 #
 
-PKG_SOURCE_VERSION := 04c83502f1720a7f97a011518ae33cb9c5f90102
+PKG_SOURCE_VERSION := a3c2ff234613d3a6427d453beec585180cf4439c
 BCM_KERNEL_VERSION := 4.19.294
 BRCM_SDK_VERSION   := 504043
 
-- 
GitLab