mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-kirkwood-dt to 4.7.0-2
This commit is contained in:
parent
b970e3f2ba
commit
3fa2b63760
2 changed files with 9 additions and 7 deletions
|
@ -8,7 +8,7 @@ _kernelname=${pkgbase#linux}
|
|||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=4.7.0
|
||||
srcver=${pkgver%.0}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
cryptodev_commit=7a3a9ee1329f7224b4fc564b80ef8160457caf76
|
||||
bfqver=v8
|
||||
|
||||
|
@ -41,14 +41,15 @@ source=("https://kernel.org/pub/linux/kernel/v4.x/linux-${srcver}.tar.xz"
|
|||
'cryptodev_linux_4.6_fix.patch')
|
||||
|
||||
md5sums=('5276563eb1f39a048e4a8a887408c031'
|
||||
'd64c6f1945a781606d6bef1f1b15687a'
|
||||
'3bad68b8a29e154ebd4e0da7f613c3f2'
|
||||
'c02d088db6c0b3d271526befc611c00c'
|
||||
'09d44b9f07abfaeaf4f688ee52034786'
|
||||
'SKIP'
|
||||
'ad56ca4e2a29a3b76f3526c262d9fec1'
|
||||
'b3b845477eb2e62e745803685bde9057'
|
||||
'7e50b0145ed002319a8fb651b72f7cd0'
|
||||
'a873c975acf24c3ef0225b9fcd3f3e1e'
|
||||
'6392007929a2ef29bae26330f7314434'
|
||||
'ad7ee345876ae6814518b2144fb8a9de'
|
||||
'0b8d1684815b103b8b9e7dc6ec4ea8a0'
|
||||
'93a6170e2d4ab73cf1af080077d6c8bb'
|
||||
'ce1975f40c48ec1b08dd09447ab043ca'
|
||||
'959e49540dac4c5e689ad9037150a360'
|
||||
'c7cf472186a62d3b972d65a36ea6be72')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.7.0-1 Kernel Configuration
|
||||
# Linux/arm 4.7.0-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -223,6 +223,7 @@ CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
|||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_CC_STACKPROTECTOR=y
|
||||
# CONFIG_CC_STACKPROTECTOR is not set
|
||||
CONFIG_CC_STACKPROTECTOR_NONE=y
|
||||
|
@ -499,7 +500,7 @@ CONFIG_FRAME_VECTOR=y
|
|||
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||
CONFIG_ALIGNMENT_TRAP=y
|
||||
CONFIG_UACCESS_WITH_MEMCPY=y
|
||||
# CONFIG_SECCOMP is not set
|
||||
CONFIG_SECCOMP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
CONFIG_IOMMU_HELPER=y
|
||||
# CONFIG_PARAVIRT is not set
|
||||
|
|
Loading…
Reference in a new issue