From 86b64488919c5b49d5d7a7c4c81df9dc464ac7c2 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 8 May 2022 15:15:57 +1200 Subject: linux: Add 5.17.5, bump LTS Add 5.17.5 Bump 5.16.9 -> 5.16.20 Bump 5.15.23 -> 5.15.37 Bump 5.10.100 -> 5.10.113 Bump 4.19.229 -> 4.19.241 Bump 4.14.266 -> 4.14.277 Bump 4.9.301 -> 4.9.312 Linux 5.5 made `make headers_check` a no-op and as of 5.17 it has been removed so add a milestone and use it as a dependency for KERNEL_LINUX_INSTALL_CHECK. Signed-off-by: Chris Packham --- config/kernel/linux.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index a6cd40f0..6d872c42 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -54,6 +54,7 @@ config KERNEL_LINUX_INSTALL_CHECK bool prompt "Check installed headers" default y + depends on !LINUX_later_than_5_5 help If you are in doubt that installed headers are buggy, say 'Y' here to have an extra check passed onto the headers. -- cgit v1.2.3