summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-09-29 18:32:57 (GMT)
committerGitHub <noreply@github.com>2018-09-29 18:32:57 (GMT)
commitee1e67ccb462887da759d3895aa36a51fe96f4fb (patch)
tree81862aaa15e53fb5e6707a8daffc78e5efb6c3f0 /packages
parent99a261736b08dbf81a469e4886c0eab7b2f5e539 (diff)
parent481cbaac9b23c80226b4f2c78e503a7281d97cbb (diff)
Merge pull request #1041 from stilor/aarch64-in-linux3.7
Disallow linux versions before 3.7 for aarch64
Diffstat (limited to 'packages')
-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 bbf2cbd..d7fc3f7 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'