Skip to content

Commit

Permalink
Merge pull request #1041 from stilor/aarch64-in-linux3.7
Browse files Browse the repository at this point in the history
Disallow linux versions before 3.7 for aarch64
  • Loading branch information
stilor committed Sep 29, 2018
2 parents 99a2617 + 481cbaa commit ee1e67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/arch/arm.in
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion 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'

0 comments on commit ee1e67c

Please sign in to comment.