mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-raspberrypi-latest update config to fix build issue
This commit is contained in:
parent
9e99cbcffa
commit
c917bac337
2 changed files with 7 additions and 3 deletions
|
@ -33,7 +33,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'aufs-sources-3.12.7-mmap-aufs3.patch')
|
||||
|
||||
md5sums=('d78bd3d500ae5143cf8d52702d942a83'
|
||||
'36c242c10ef6679d0418995af359dcd3'
|
||||
'919efc63878741b7c2fc5dfa0d5809ab'
|
||||
'c0d63f4d42fd334bf31e4f749d4694f3'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.7-1 Kernel Configuration
|
||||
# Linux/arm 3.12.7-4 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -131,7 +131,7 @@ CONFIG_IPC_NS=y
|
|||
CONFIG_USER_NS=y
|
||||
CONFIG_PID_NS=y
|
||||
CONFIG_NET_NS=y
|
||||
# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
|
||||
CONFIG_UIDGID_STRICT_TYPE_CHECKS=y
|
||||
CONFIG_SCHED_AUTOGROUP=y
|
||||
CONFIG_MM_OWNER=y
|
||||
CONFIG_SYSFS_DEPRECATED=y
|
||||
|
@ -1283,9 +1283,13 @@ CONFIG_BCACHE=m
|
|||
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
# CONFIG_DM_DEBUG is not set
|
||||
CONFIG_DM_BUFIO=y
|
||||
CONFIG_DM_BIO_PRISON=y
|
||||
CONFIG_DM_PERSISTENT_DATA=y
|
||||
CONFIG_DM_CRYPT=y
|
||||
CONFIG_DM_SNAPSHOT=m
|
||||
CONFIG_DM_THIN_PROVISIONING=y
|
||||
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
|
||||
# CONFIG_DM_CACHE is not set
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_RAID=y
|
||||
|
|
Loading…
Reference in a new issue