diff options
author | Alexey Neyman <stilor@att.net> | 2018-09-29 11:30:54 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-09-29 11:30:54 -0700 |
commit | 481cbaac9b23c80226b4f2c78e503a7281d97cbb (patch) | |
tree | 81862aaa15e53fb5e6707a8daffc78e5efb6c3f0 /packages/linux | |
parent | 99a261736b08dbf81a469e4886c0eab7b2f5e539 (diff) | |
download | crosstool-ng-481cbaac9b23c80226b4f2c78e503a7281d97cbb.tar.gz crosstool-ng-481cbaac9b23c80226b4f2c78e503a7281d97cbb.tar.bz2 crosstool-ng-481cbaac9b23c80226b4f2c78e503a7281d97cbb.zip |
Disallow linux versions before 3.7 for aarch64
Fixes #1028
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/linux')
-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 bbf2cbd2..d7fc3f78 100644 --- a/packages/linux/package.desc +++ b/packages/linux/package.desc @@ -1,6 +1,6 @@ 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' +milestones='3.2 3.7' archive_formats='.tar.xz .tar.gz' signature_format='unpacked/.sign' |