Skip to content

Commit 870f2fe

Browse files
author
Neeraj Deshpande
committed
Updated raspberrypi3_wpe_defconfig for kernel version 5.10.
1 parent f727c06 commit 870f2fe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

configs/raspberrypi3_wpe_defconfig

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ BR2_ARM_INSTRUCTIONS_THUMB2=y
66
BR2_TOOLCHAIN_BUILDROOT_CXX=y
77
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
88

9+
BR2_BINUTILS_VERSION_2_33_X=y
10+
BR2_GCC_VERSION_9_X=y
11+
912
BR2_CCACHE=y
1013
BR2_OPTIMIZE_2=y
1114

12-
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
15+
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
1316

1417
BR2_LINUX_KERNEL=y
1518
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
16-
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,64d0a9870ac14d5eb5253f67d984ae348eec1393)/linux-64d0a9870ac14d5eb5253f67d984ae348eec1393.tar.gz"
19+
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,967d45b29ca2902f031b867809d72e3b3d623e7a)/linux-967d45b29ca2902f031b867809d72e3b3d623e7a.tar.gz"
1720
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
18-
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/rpi23-linux-4.19.config"
21+
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/rpi23-linux-5.10.config"
1922
BR2_LINUX_KERNEL_LZ4=y
2023
BR2_LINUX_KERNEL_DTS_SUPPORT=y
2124
BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"

0 commit comments

Comments
 (0)