summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-10-30 06:31:44 (GMT)
committerGitHub <noreply@github.com>2018-10-30 06:31:44 (GMT)
commit7c4c6892b9a5ea8e989ecb8a120db4d9f3aa46f6 (patch)
tree289945f60af6b63ac7688a966d2434005e36a5e6 /packages
parent3b1e2f6d86867450e3f89b952b14b37a5abef17d (diff)
parent7b929a528ef8b78ecdf295d4c0536b4707e358e6 (diff)
Merge pull request #1044 from abrodkin/topic-arc-linux-4.8
Disallow linux versions before 4.8 for ARC
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 d7fc3f7..184e6dd 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 3.7'
+milestones='3.2 3.7 4.8'
archive_formats='.tar.xz .tar.gz'
signature_format='unpacked/.sign'