[Buildroot] [git commit branch/2024.11.x] {linux, linux-headers}: bump 6.{6, 12}.x series
Peter Korsgaard
peter at korsgaard.com
Wed Jan 22 17:28:17 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2454bd20a3eb1850c271aff1cbc61a0c54b6e1a3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.11.x
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit d9a9d76e9753eb9e6c8694637e480ba1f0c2afff)
[Peter: drop 6.12.x bump]
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
linux/linux.hash | 2 +-
package/linux-headers/Config.in.host | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux/linux.hash b/linux/linux.hash
index e90530cde3..fd17ea5399 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,6 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 62148e7e17f54c4a5ab5e75ad4882682c54bee818948be61a5963234fc0849fc linux-6.11.11.tar.xz
-sha256 219715ba2dcfa6539fba09ad3f9212772f3507189eb60d77f8e89b06c32e724e linux-6.6.71.tar.xz
+sha256 feb9e514930d5968daa0b8b5486d3295d1fb2b34accf876207641884d4baef39 linux-6.6.72.tar.xz
sha256 ff4ef6d5cc626faa81fc6da7b5270de064924c919be460f114e6ad8cb9589827 linux-6.1.124.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 a84ab5328c8a5a0e5c4a39a06b07479a7769c73af49a4c9ce59eeb644829d3b1 linux-5.15.176.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index f5e15bfff1..487248f1ef 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -433,7 +433,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.233" if BR2_KERNEL_HEADERS_5_10
default "5.15.176" if BR2_KERNEL_HEADERS_5_15
default "6.1.124" if BR2_KERNEL_HEADERS_6_1
- default "6.6.71" if BR2_KERNEL_HEADERS_6_6
+ default "6.6.72" if BR2_KERNEL_HEADERS_6_6
default "6.11.11" if BR2_KERNEL_HEADERS_6_11
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
More information about the buildroot
mailing list