Disallow linux versions before 3.7 for aarch64

Fixes #1028

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2018-09-29 11:30:54 -07:00
parent 99a261736b
commit 481cbaac9b
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
## select ARCH_SUPPORTS_WITH_FPU if ARCH_32
## select ARCH_SUPPORTS_SOFTFP if ARCH_32
## select LINUX_REQUIRE_3_7_or_later if ARCH_64 && KERNEL_LINUX
## help The ARM architecture, as defined by:
## help http://www.arm.com/

View File

@ -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'