aboutsummaryrefslogtreecommitdiff
path: root/packages/linux/package.desc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-08 15:15:57 +1200
committerChris Packham <judge.packham@gmail.com>2022-05-16 19:23:47 +1200
commit86b64488919c5b49d5d7a7c4c81df9dc464ac7c2 (patch)
tree39547bed858bd9248bc2726352ed9969b6322a49 /packages/linux/package.desc
parent020507e7e5df7353b823082fa586e6682d9b64ce (diff)
downloadcrosstool-ng-86b64488919c5b49d5d7a7c4c81df9dc464ac7c2.tar.gz
crosstool-ng-86b64488919c5b49d5d7a7c4c81df9dc464ac7c2.tar.bz2
crosstool-ng-86b64488919c5b49d5d7a7c4c81df9dc464ac7c2.zip
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 <judge.packham@gmail.com>
Diffstat (limited to 'packages/linux/package.desc')
-rw-r--r--packages/linux/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/package.desc b/packages/linux/package.desc
index 2896725e..9a1b98df 100644
--- a/packages/linux/package.desc
+++ b/packages/linux/package.desc
@@ -2,6 +2,6 @@ origin='www.kernel.org'
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
relevantpattern='2.*.*|. *.*|.'
-milestones='3.2 3.7 4.8 5.3 5.12'
+milestones='3.2 3.7 4.8 5.3 5.5 5.12'
archive_formats='.tar.xz .tar.gz'
signature_format='unpacked/.sign'