diff --git a/linux/linux.hash b/linux/linux.hash index bfb0e66740..dec0cea255 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,11 +1,11 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc sha256 62148e7e17f54c4a5ab5e75ad4882682c54bee818948be61a5963234fc0849fc linux-6.11.11.tar.xz -sha256 f15e2b1a8bab0eba494b07858a5abc88d8f788e25f6fe4a572a77840bbd5494d linux-6.6.74.tar.xz -sha256 18b0d41d1a7fbad56045cde0d7fc176bfb18361d29c9f07e57109bbf21bf7876 linux-6.1.127.tar.xz +sha256 f7dfb1fa9716ba139d0b4c8161535816d400dea21d5943f513448429b1790290 linux-6.6.75.tar.xz +sha256 874d67d3181570e69ac6b33853f0448f05fc90d4cf3e4baaadc4a9cede7c50f3 linux-6.1.128.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -sha256 ea9eb8088d4231f8a01b191ceef5f4d92238f6c7519f6fbcb57e448ee9e0a6e0 linux-5.15.177.tar.xz -sha256 239e57280f8c9159187e383d7b730d29f5cc8e1b30be218f004e0c90d1137f52 linux-5.10.233.tar.xz -sha256 1e3e5fc052c8e15f8eaa37d30bf4f0b3eef7430dd234d9fed0d0005852a06d10 linux-5.4.289.tar.xz +sha256 efe9f7eb5ea4d26cec6290689343e1804eb3b4a88ff5a60497a696fc08157c42 linux-5.15.178.tar.xz +sha256 9597c4fee2f1ce452acfec516f4325ad342155872052fd5f0d9ce2ddcc26ebe5 linux-5.10.234.tar.xz +sha256 6cc73cf2a7f50580f7d8c7e99d2f2e8ada8b7d2f4e76f5896f0daf691cc2a456 linux-5.4.290.tar.xz # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc sha256 607bed7de5cda31a443df4c8a78dbe5e8a9ad31afde2a4d28fe99ab4730e8de1 linux-4.19.325.tar.xz # Locally computed diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 02a8272573..38ff8ab34b 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -429,11 +429,11 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string default "4.19.325" if BR2_KERNEL_HEADERS_4_19 - default "5.4.289" if BR2_KERNEL_HEADERS_5_4 - default "5.10.233" if BR2_KERNEL_HEADERS_5_10 - default "5.15.177" if BR2_KERNEL_HEADERS_5_15 - default "6.1.127" if BR2_KERNEL_HEADERS_6_1 - default "6.6.74" if BR2_KERNEL_HEADERS_6_6 + default "5.4.290" if BR2_KERNEL_HEADERS_5_4 + default "5.10.234" if BR2_KERNEL_HEADERS_5_10 + default "5.15.178" if BR2_KERNEL_HEADERS_5_15 + default "6.1.128" if BR2_KERNEL_HEADERS_6_1 + default "6.6.75" 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