diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in index a3e862cac1b70c4def3df7295f2ee10625018586..346cee397c2d33061862ba0c4aac3d1d3f797447 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 +