Skip to content
Snippets Groups Projects
Commit 91b77cba authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

bcmkernel: additions for building Broadcom ARM kernel v4.1.27

parent ae0cfbc7
Branches
Tags 0.1.12
1 merge request!1Fr # 15187
...@@ -27,8 +27,8 @@ config BUSYBOX_DEFAULT_IFCONFIG ...@@ -27,8 +27,8 @@ config BUSYBOX_DEFAULT_IFCONFIG
config BCM_KERNEL_PROFILE config BCM_KERNEL_PROFILE
string string
default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_dg400 default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400
default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_eg400 default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400
config BCM_CHIP_ID config BCM_CHIP_ID
string string
...@@ -49,3 +49,9 @@ config TARGET_IBOARDID ...@@ -49,3 +49,9 @@ config TARGET_IBOARDID
default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400 default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400
default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment