diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-11-14 21:24:03 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-11-30 19:56:44 +1300 |
commit | f441a6bf0dc7031145a1383e8037daf48f7c60ca (patch) | |
tree | f2ca720c4dbf6c5f5a0c7a27242f5b9b864d7a53 /packages | |
parent | 4dc9d643f94720bb11a7b4fa0c39729a684be5bb (diff) | |
download | crosstool-ng-f441a6bf0dc7031145a1383e8037daf48f7c60ca.tar.gz crosstool-ng-f441a6bf0dc7031145a1383e8037daf48f7c60ca.tar.bz2 crosstool-ng-f441a6bf0dc7031145a1383e8037daf48f7c60ca.zip |
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 <judge.packham@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
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' |