{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
5.17.x is EOL. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e3dbb6aada
commit
2bc9cac446
@ -1,12 +1,12 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628 linux-5.17.15.tar.xz
|
||||
sha256 f3aa717243051f3fcca90ebfe26fe5c3a596c2f6047846e8d1724ea90df77b07 linux-5.15.53.tar.xz
|
||||
sha256 aae72f052b80858f77d40009faf9ccf09c38c8b33f56346d16c05f7e6a429cfe linux-5.10.129.tar.xz
|
||||
sha256 fdc1b10a19d85b37eb0957ddd81acec1d5484f36c496493d8cdad75278737a47 linux-5.4.204.tar.xz
|
||||
sha256 c6a1d38c6fa3798341372d5cf0088ae806ccdc827e31ecbff8988e097ba5de50 linux-5.15.64.tar.xz
|
||||
sha256 a4dfd8bddb94bd35e42002d85f04b51dcfe862228e5a975f12bd59c456ab6803 linux-5.10.140.tar.xz
|
||||
sha256 bfb43241b72cd55797af68bea1cebe630d37664c0f9a99b6e9263a63a67e2dec linux-5.4.211.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||
sha256 621978d371b8f0a64e28e3b734af74d5a8d99b81298a99f336b17883e3a4e409 linux-4.9.322.tar.xz
|
||||
sha256 78b5494c205d9839b1905b2553c22596dee57c87586a8124186415c8b8f8f616 linux-4.14.287.tar.xz
|
||||
sha256 3787c8adccea6e35928dea855af0eb2e849966553505448972d6b3cf037acaf4 linux-4.19.251.tar.xz
|
||||
sha256 2bf3c2ddc76f9754112e990b27241282a564a41615fd8cb7964b9569911a887b linux-4.9.326.tar.xz
|
||||
sha256 ec93b115e4748e4eead83656486f11e35b515cf5fa19d6d01be3d81f10350796 linux-4.14.291.tar.xz
|
||||
sha256 67de95c6080b5730bf14227478cfc3e4db807941d8a881d9824c25059b3ff549 linux-4.19.256.tar.xz
|
||||
# Locally computed
|
||||
sha256 f3559be277be9200897022282be18cfc0278d1d8baec8058305b04b9cd72002a linux-cip-5.10.115-cip7.tar.gz
|
||||
sha256 71fba4ed5cb48fa7869e9fe271b68b77fed26775ce5cf2f50891aa8f71c388b3 linux-cip-5.10.109-cip5-rt4.tar.gz
|
||||
|
@ -376,12 +376,12 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "4.9.322" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.287" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.251" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.204" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.129" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.53" if BR2_KERNEL_HEADERS_5_15
|
||||
default "4.9.326" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.291" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.256" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.211" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.140" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.64" if BR2_KERNEL_HEADERS_5_15
|
||||
default "5.17.15" if BR2_KERNEL_HEADERS_5_17
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
||||
|
Loading…
Reference in New Issue
Block a user