summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-09-29 18:30:54 (GMT)
committerAlexey Neyman <stilor@att.net>2018-09-29 18:30:54 (GMT)
commit481cbaac9b23c80226b4f2c78e503a7281d97cbb (patch)
tree81862aaa15e53fb5e6707a8daffc78e5efb6c3f0 /packages
parent99a261736b08dbf81a469e4886c0eab7b2f5e539 (diff)
Disallow linux versions before 3.7 for aarch64
Fixes #1028 Signed-off-by: Alexey Neyman <stilor@att.net>
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'