From 91b77cba51fe3f7714a7890b8c055feedbb7a85c Mon Sep 17 00:00:00 2001
From: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: Fri, 2 Jun 2017 16:41:04 +0200
Subject: [PATCH] bcmkernel: additions for building Broadcom ARM kernel v4.1.27

---
 iopsys-brcm63xx-arm/Config.in | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in
index a3e862cac..346cee397 100644
--- a/iopsys-brcm63xx-arm/Config.in
+++ b/iopsys-brcm63xx-arm/Config.in
@@ -27,8 +27,8 @@ config 	BUSYBOX_DEFAULT_IFCONFIG
 config BCM_KERNEL_PROFILE
        string
 
-       default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_dg400
-       default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_eg400
+       default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400
+       default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400
 
 config BCM_CHIP_ID
        string
@@ -49,3 +49,9 @@ config TARGET_IBOARDID
 	default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400
 	default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400
 
+config BCM_TOOLTUPLE
+	string
+	default "arm-buildroot-linux-uclibcgnueabi-" if TARGET_iopsys_brcm63xx_arm && BRCM_SDK_VER_502002
+	default "mips-buildroot-linux-uclibc-" if TARGET_iopsys_brcm63xx_mips && BRCM_SDK_VER_502002
+	default "mips-unknown-linux-uclibc-" if TARGET_iopsys_brcm63xx_mips && BRCM_SDK_VER_416050
+
-- 
GitLab