mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-odroid-c2: fix
This commit is contained in:
parent
65ef899e11
commit
fbc0041107
2 changed files with 10 additions and 4 deletions
|
@ -34,7 +34,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
|||
'amlogic.service'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('c17a96ba55104d8cf409b575105a7705'
|
||||
md5sums=('600c70d8ee79bb06425d4f97fb50bc5b'
|
||||
'SKIP'
|
||||
'adbecf48248cd62a5bd322750720b88b'
|
||||
'2e1437a81bdaa1ca68bb1c3f69e0548b'
|
||||
|
@ -48,7 +48,7 @@ md5sums=('c17a96ba55104d8cf409b575105a7705'
|
|||
'4d9a6300858f2039f1c33fbdb54c8df5'
|
||||
'8c22925423abc152c24c8e120b9a9fb1'
|
||||
'e1449557cf7ff2d17398e8d36708cf61'
|
||||
'baf1ba92a351bba84ed7a917a2eb0b47'
|
||||
'a4671795064a0ce28408584dd60520ac'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'b8956789318f49cec5b8bb0b41654a9b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 3.16.82 Kernel Configuration
|
||||
# Linux/arm64 3.16.82-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_ARM64_HAS_SG_CHAIN=y
|
||||
|
@ -45,6 +45,8 @@ CONFIG_CROSS_MEMORY_ATTACH=y
|
|||
CONFIG_FHANDLE=y
|
||||
CONFIG_USELIB=y
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
# CONFIG_AUDITSYSCALL is not set
|
||||
|
||||
#
|
||||
# IRQ subsystem
|
||||
|
@ -195,6 +197,8 @@ CONFIG_HAVE_PERF_REGS=y
|
|||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
# CONFIG_CC_STACKPROTECTOR is not set
|
||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
||||
|
@ -342,6 +346,7 @@ CONFIG_CMA_AREAS=7
|
|||
CONFIG_ZSMALLOC=y
|
||||
# CONFIG_PGTABLE_MAPPING is not set
|
||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||
CONFIG_SECCOMP=y
|
||||
# CONFIG_XEN is not set
|
||||
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||
|
||||
|
@ -4738,7 +4743,8 @@ CONFIG_CRC7=y
|
|||
CONFIG_LIBCRC32C=y
|
||||
# CONFIG_CRC8 is not set
|
||||
CONFIG_AUDIT_GENERIC=y
|
||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
|
||||
CONFIG_AUDIT_COMPAT_GENERIC=y
|
||||
# CONFIG_RANDOM32_SELFTEST is not set
|
||||
CONFIG_ZLIB_INFLATE=y
|
||||
CONFIG_ZLIB_DEFLATE=y
|
||||
|
|
Loading…
Reference in a new issue