Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES

config BR2_LINUX_KERNEL_VERSION
string
default "7.1.5" if BR2_LINUX_KERNEL_LATEST_VERSION
default "7.1.9" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
Expand Down
2 changes: 1 addition & 1 deletion linux/from-6.17/linux.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
sha256 22a0196b3cbcdf34dc27b77561f4d040585fd3447edc9ab3531a1ac79e3041e7 linux-7.1.5.tar.xz
sha256 3271a4ae3897b38352980f2b0975bae61bca81c644d186221c5ae928bcc072b0 linux-7.1.9.tar.xz
sha256 de9999b784d2293f00d39c62d8f92a08ab8a54bc4e80ffd250a0c09cb07a0f98 linux-7.0.14.tar.xz

# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
Expand Down
2 changes: 1 addition & 1 deletion package/linux-headers/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
default "6.18.37" if BR2_KERNEL_HEADERS_6_18
default "7.0.14" if BR2_KERNEL_HEADERS_7_0
default "7.1.5" if BR2_KERNEL_HEADERS_7_1
default "7.1.9" if BR2_KERNEL_HEADERS_7_1
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
Expand Down