mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-aarch64 to 4.18.7-1
This commit is contained in:
parent
1c98a17b7d
commit
5f81f35c4d
2 changed files with 7 additions and 6 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-aarch64
|
|||
_srcname=linux-4.18
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform"
|
||||
pkgver=4.18.6
|
||||
pkgver=4.18.7
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -27,12 +27,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
|
||||
'f4a975a8cac5d1bd34760d11462c46de'
|
||||
'43d8677d6457878ec266796b17f5882d'
|
||||
'be4199c685434f12190bb627bb714ff2'
|
||||
'b4d613a58a28445ce8363d734be3b971'
|
||||
'b9bec2a58df6dff282df758edf8f526e'
|
||||
'9915046e15f82e917bc98c7721e63ac4'
|
||||
'0d2fb0d6ad977f104915f757d3f6af04'
|
||||
'be1d613e779d5a10149abd5ec7e05d90'
|
||||
'11a4f35c50f0bde59c30182aa7b797b7'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.18.0-1 Kernel Configuration
|
||||
# Linux/arm64 4.18.7-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (GCC) 8.1.1 20180531
|
||||
# Compiler: gcc (GCC) 8.2.0
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -35,7 +35,7 @@ CONFIG_ARCH_SUPPORTS_UPROBES=y
|
|||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
||||
CONFIG_MULTI_IRQ_HANDLER=y
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80101
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
@ -557,6 +557,7 @@ CONFIG_SCHED_SMT=y
|
|||
CONFIG_NR_CPUS=8
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
# CONFIG_NUMA is not set
|
||||
CONFIG_HOLES_IN_ZONE=y
|
||||
# CONFIG_PREEMPT_NONE is not set
|
||||
CONFIG_PREEMPT_VOLUNTARY=y
|
||||
# CONFIG_PREEMPT is not set
|
||||
|
|
Loading…
Reference in a new issue