[Buildroot] [git commit] {linux, linux-headers}: bump 6.{1, 6}.x series
Yann E. MORIN
yann.morin.1998 at free.fr
Sat Jun 15 16:42:04 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=7dd7a6820551278d6c002d2bda394364f9932946
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
linux/linux.hash | 4 ++--
package/linux-headers/Config.in.host | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/linux/linux.hash b/linux/linux.hash
index b972557fc0..9374af71b0 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,7 +1,7 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 19b31956d229b5b9ca5671fa1c74320179682a3d8d00fc86794114b21da86039 linux-6.8.12.tar.xz
-sha256 aaa824eaf07f61911d22b75ff090a403c3dd0bd73e23933e0bba8b5971436ce1 linux-6.6.32.tar.xz
-sha256 9019f427bfdc9ced5bc954d760d37ac08c0cdffb45ad28087fc45a73e64336c9 linux-6.1.92.tar.xz
+sha256 a13ebc20dc2a75722699949af74aa86a4ce5d544d6daaa6a7de4e8c81b40de97 linux-6.6.33.tar.xz
+sha256 df31af2ef5923d61fadd68bfd991f50f2e42a913895eb4b03214ee78f8720bcf linux-6.1.93.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 f41e718e33b88f269a6b6a7653e5e9824c4ba541f6ffe5bf26ecc37c540a1b05 linux-5.15.160.tar.xz
sha256 9c36b243e8c3ec1d5963366618f336710b84340bf95be2037b26c452392cb2d6 linux-5.10.218.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 48101783b9..487d941a16 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -419,8 +419,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.277" if BR2_KERNEL_HEADERS_5_4
default "5.10.218" if BR2_KERNEL_HEADERS_5_10
default "5.15.160" if BR2_KERNEL_HEADERS_5_15
- default "6.1.92" if BR2_KERNEL_HEADERS_6_1
- default "6.6.32" if BR2_KERNEL_HEADERS_6_6
+ default "6.1.93" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.33" if BR2_KERNEL_HEADERS_6_6
default "6.8.12" if BR2_KERNEL_HEADERS_6_8
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