{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 11}.x series
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Apr 2021 21:25:45 +0000 (23:25 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Apr 2021 10:11:37 +0000 (12:11 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.hash
package/linux-headers/Config.in.host

index eedda7e007f3a20eb6691f1cd10595a161939892..e83b018dc7a2741d7cf010b30cdd59657b50560f 100644 (file)
@@ -1,13 +1,13 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366  linux-5.12.tar.xz
-sha256  91f939263a350da676b274e3ec84ad5b57f27ffdf4bd6b74cd002ce21fc0c89f  linux-5.11.8.tar.xz
-sha256  930ae76b9a3b64b98802849aca332d17a706f20595de21e1ae729b55ee461add  linux-5.10.25.tar.xz
-sha256  1c3cef545f366b56332c11c28d074c9d9148c28059a970ec8710826652237560  linux-5.4.107.tar.xz
+sha256  21163681d130cbce5a6be39019e2c69e44f284855ddd70b1a3bd039249540f43  linux-5.11.16.tar.xz
+sha256  644f8e326e4cb8eac65f0874774c09ccf91cbe0b55eb8438c1e8711d3d07d7ba  linux-5.10.32.tar.xz
+sha256  be98f087cb58f23bc5edb8ee80a4794a569d48049d75b1a8eaef9f80fede9557  linux-5.4.114.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  d270c529910aefa70f7eeaafe313588b9949cfde33a5553bd4cd1a1249c4e97b  linux-4.4.262.tar.xz
-sha256  b22e764095362d9e63d76375db838d9372474ba5cbe6132c9a8b07f7533f07ff  linux-4.9.262.tar.xz
-sha256  7adc041af81424ff8d68affe3005fa9e5babc4e84e0b07e4effdf54225ba9426  linux-4.14.226.tar.xz
-sha256  05db750ba01ad557bef50835c253894fad9fb0db2224f0e803b25e2ff7ab2365  linux-4.19.182.tar.xz
+sha256  44f3b35848cc07bba91e845b8d232af4ed48dc8855751820c8f405aa5d1266e2  linux-4.4.267.tar.xz
+sha256  983b9afe69df31de8984d40a88afec38d617322d6521ef714db36b3e56220a60  linux-4.9.267.tar.xz
+sha256  573b79adee3490a8dd82f663bb187218288c99cd2613fd9f69edf915f91e6682  linux-4.14.231.tar.xz
+sha256  b09cf1f026b1260bae6480d98c471958eff3ad64b65e59e64a6852f678050077  linux-4.19.188.tar.xz
 # Locally computed
 sha256  9f1de83c5c2bb582a33bd4ee892d45671901cd06af9dc159f0f499f1b5265b20  linux-cip-4.19.182-cip45.tar.gz
 sha256  0eeba6d6ecc45cf8f16458842b64d22e7064b9de9c31c11d1c395b08a47e3855  linux-cip-4.19.165-cip41-rt18.tar.gz
index 52b67f31dfcd11d9bec5697f7096b5f0110fcbf7..a15f350686384330242e82f2db8cd084cffdd144 100644 (file)
@@ -362,13 +362,13 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
        string
-       default "4.4.262"       if BR2_KERNEL_HEADERS_4_4
-       default "4.9.262"       if BR2_KERNEL_HEADERS_4_9
-       default "4.14.226"      if BR2_KERNEL_HEADERS_4_14
-       default "4.19.182"      if BR2_KERNEL_HEADERS_4_19
-       default "5.4.107"       if BR2_KERNEL_HEADERS_5_4
-       default "5.10.25"       if BR2_KERNEL_HEADERS_5_10
-       default "5.11.8"        if BR2_KERNEL_HEADERS_5_11
+       default "4.4.267"       if BR2_KERNEL_HEADERS_4_4
+       default "4.9.267"       if BR2_KERNEL_HEADERS_4_9
+       default "4.14.231"      if BR2_KERNEL_HEADERS_4_14
+       default "4.19.188"      if BR2_KERNEL_HEADERS_4_19
+       default "5.4.114"       if BR2_KERNEL_HEADERS_5_4
+       default "5.10.32"       if BR2_KERNEL_HEADERS_5_10
+       default "5.11.16"       if BR2_KERNEL_HEADERS_5_11
        default "5.12"          if BR2_KERNEL_HEADERS_5_12
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
        default "custom"        if BR2_KERNEL_HEADERS_CUSTOM_TARBALL