[Buildroot] [git commit] linux: bump latest version to 7.2
From: Julien Olivain via buildroot <hidden>
Date: 2026-09-06 12:19:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/7e2c62319303f14a5cd835a2b1f21083dc536878 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master For an overview of changes in 7.2, see: https://kernelnewbies.org/Linux_7.2 Signed-off-by: Bernd Kuhls <redacted> [Julien: rename "7.1.13" symlink to "7.2.3"] Signed-off-by: Julien Olivain <redacted> --- linux/{7.1.13 => 7.2.3} | 0 linux/Config.in | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/linux/7.1.13 b/linux/7.2.3
similarity index 100%
rename from linux/7.1.13
rename to linux/7.2.3
diff --git a/linux/Config.in b/linux/Config.in
index 401f2828cb..2cea1b402a 100644
--- a/linux/Config.in
+++ b/linux/Config.in@@ -30,8 +30,8 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "Latest version (7.1)" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1 if BR2_KERNEL_HEADERS_AS_KERNEL + bool "Latest version (7.2)" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_2 if BR2_KERNEL_HEADERS_AS_KERNEL # mips always generates an ITB image select BR2_PACKAGE_HOST_UBOOT_TOOLS if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el select BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES config BR2_LINUX_KERNEL_VERSION string - default "7.1.13" if BR2_LINUX_KERNEL_LATEST_VERSION + default "7.2.3" 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 \
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot