|
@@ -3,8 +3,8 @@ BR2_arm=y
|
|
|
BR2_cortex_a17=y
|
|
|
BR2_ARM_FPU_NEON_VFPV4=y
|
|
|
|
|
|
-# Linux headers same as kernel, a 5.0 series
|
|
|
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
|
|
|
+# Linux headers same as kernel, a 5.11 series
|
|
|
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_11=y
|
|
|
|
|
|
# Bootloader
|
|
|
BR2_TARGET_UBOOT=y
|
|
@@ -22,7 +22,7 @@ BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl-dtb.bin tpl/u-boot-tpl.bin"
|
|
|
# Kernel
|
|
|
BR2_LINUX_KERNEL=y
|
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
|
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
|
|
|
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.11"
|
|
|
BR2_LINUX_KERNEL_DEFCONFIG="multi_v7"
|
|
|
BR2_LINUX_KERNEL_UIMAGE=y
|
|
|
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x02000000"
|