File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
143143
144144config BR2_LINUX_KERNEL_VERSION
145145 string
146- default "7.1.1 " if BR2_LINUX_KERNEL_LATEST_VERSION
146+ default "7.1.2 " if BR2_LINUX_KERNEL_LATEST_VERSION
147147 default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
148148 default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
149149 default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
Original file line number Diff line number Diff line change 11# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
2- sha256 5215fa3541dc7e7f5bcd51bf7e57f169cec6fce508ca54e3dc85fdee14371d7d linux-7.1.1 .tar.xz
2+ sha256 37198c93727be247c9fb5309bb86cd5e496c61e5322cd8c4eca9476bb0b5883f linux-7.1.2 .tar.xz
33sha256 3c81edd0f716aca3dd48dff691681827580cc53d35a8eec3be47d346d1f89913 linux-7.0.13.tar.xz
44
55# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
483483 default "6.12.94" if BR2_KERNEL_HEADERS_6_12
484484 default "6.18.36" if BR2_KERNEL_HEADERS_6_18
485485 default "7.0.13" if BR2_KERNEL_HEADERS_7_0
486- default "7.1.1 " if BR2_KERNEL_HEADERS_7_1
486+ default "7.1.2 " if BR2_KERNEL_HEADERS_7_1
487487 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
488488 default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
489489 default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
You can’t perform that action at this time.
0 commit comments