diff --git a/linux/Config.in b/linux/Config.in index bac046cb6e..e98ebabfc2 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -138,7 +138,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES config BR2_LINUX_KERNEL_VERSION string - default "6.12.6" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.12.7" if BR2_LINUX_KERNEL_LATEST_VERSION default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ diff --git a/linux/linux.hash b/linux/linux.hash index 3719f708fb..67ad2c4859 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 d450ab215de4e1f8bb85e0f4216760fa33fd024b4526b144f4ce0d9012b29c9e linux-6.12.6.tar.xz -sha256 e41da482ec42a3b0e2b8ed2574c1d327e3dcf95cdf025c55a356b04307113e1a linux-6.6.67.tar.xz -sha256 ddbc16da602f731585038fa4d12a777a78d4b74cb2a3cc9981107b52054d3b43 linux-6.1.121.tar.xz +sha256 f785fb648a0e0b66a943bb3228a4b6ed62c90b985cd1ebf69da5d38e589da0cf linux-6.12.7.tar.xz +sha256 283ff410e3f352ceed161ae30c0020301326059db03e86efcb384d46ac5840e2 linux-6.6.68.tar.xz +sha256 e892c0b380100b7e6249060282ad07fbded092f0a2ca1d647243d0fbe9ce6e50 linux-6.1.122.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc sha256 8a4b2a47ccc9b208b2b6ed9a216ea1a5eb12852c723bec1a04de9e671a1d7da8 linux-5.15.173.tar.xz sha256 cd1850ef3b771886df4e0b4c4eb07033864abab2bb553a20fd9e3cdc23584b47 linux-5.10.230.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 7320e345b7..602fa0be14 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -439,9 +439,9 @@ config BR2_DEFAULT_KERNEL_HEADERS default "5.4.286" if BR2_KERNEL_HEADERS_5_4 default "5.10.230" if BR2_KERNEL_HEADERS_5_10 default "5.15.173" if BR2_KERNEL_HEADERS_5_15 - default "6.1.121" if BR2_KERNEL_HEADERS_6_1 - default "6.6.67" if BR2_KERNEL_HEADERS_6_6 - default "6.12.6" if BR2_KERNEL_HEADERS_6_12 + default "6.1.122" if BR2_KERNEL_HEADERS_6_1 + default "6.6.68" if BR2_KERNEL_HEADERS_6_6 + default "6.12.7" if BR2_KERNEL_HEADERS_6_12 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 \