diff --git a/linux/Config.in b/linux/Config.in index 7069a9bd22..81aa8528b0 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -122,7 +122,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.19.86" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.19.87" if BR2_LINUX_KERNEL_LATEST_VERSION default "v4.4.176-cip31" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION diff --git a/linux/linux.hash b/linux/linux.hash index ec2c2a18fa..bd451fba5d 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -2,5 +2,5 @@ sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e linux-4.20.17.tar.xz sha256 fa1f8fe9c12e18e5cda18cf759b77ae9e778e1e9006d837426c955b75bd4eaa6 linux-4.4.205.tar.xz sha256 98b9e8644706acc0cf51022372bb263b59a1d2bbe3ccd7ce6bd9bc7378c78b05 linux-4.9.205.tar.xz -sha256 f8889feb0cbd7df36ff35bd4c72c1e2010567621bfcb218fcfa501bc5c7787c0 linux-4.14.156.tar.xz -sha256 bf2cbba319d43d1bd9e876ac0b55ab83118d1a1e61cce3c929d5371f7567bff6 linux-4.19.86.tar.xz +sha256 90fa769a052ecf34a0cab72cf013e19275dbb8cd01bbe52f1d465e2ed7537733 linux-4.14.157.tar.xz +sha256 a57221e8318e6fcaedb90b099d56352f9d6608fd367283bc7db84330856eda1d linux-4.19.87.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 66564021e8..1cd9e577e3 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -289,8 +289,8 @@ config BR2_DEFAULT_KERNEL_HEADERS string default "4.4.205" if BR2_KERNEL_HEADERS_4_4 default "4.9.205" if BR2_KERNEL_HEADERS_4_9 - default "4.14.156" if BR2_KERNEL_HEADERS_4_14 - default "4.19.86" if BR2_KERNEL_HEADERS_4_19 + default "4.14.157" if BR2_KERNEL_HEADERS_4_14 + default "4.19.87" if BR2_KERNEL_HEADERS_4_19 default "4.20.17" if BR2_KERNEL_HEADERS_4_20 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL