From f441a6bf0dc7031145a1383e8037daf48f7c60ca Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 14 Nov 2021 21:24:03 +1300 Subject: linux: Add dependency on rsync for Linux >= 5.3 As of Linux v5.3 rsync is used as part of the build process. Add Linux 5.3 as a milestone, configure detection of rsync and a dependency on rsync for Linux 5.3 and newer. Add a comment in so that users can tell why they can't select a newer version. Fixes #1628 Signed-off-by: Chris Packham --- packages/linux/package.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux') diff --git a/packages/linux/package.desc b/packages/linux/package.desc index 97636385..f5fa0804 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' +milestones='3.2 3.7 4.8 5.3' archive_formats='.tar.xz .tar.gz' signature_format='unpacked/.sign' -- cgit v1.2.3