mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-aarch64-rc to 4.8.rc2-1
This commit is contained in:
parent
6e2ae8b6da
commit
a0ace9813f
2 changed files with 11 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=4.8
|
||||
_rcrel=1
|
||||
_rcrel=2
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
|
@ -24,8 +24,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('5276563eb1f39a048e4a8a887408c031'
|
||||
'6c8676e10b08ae2fec819e728ac4555e'
|
||||
'8387719a7b8644211af5754efc908ae9'
|
||||
'0d6c6c82846042198bc6ac4260a88b03'
|
||||
'5aff3c8ffae3b6271689477046457fd5'
|
||||
'25d8f6983c9a616946848c0e075a949c')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.8.0-rc1-1 Kernel Configuration
|
||||
# Linux/arm64 4.8.0-rc2-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -134,7 +134,7 @@ CONFIG_CFS_BANDWIDTH=y
|
|||
CONFIG_RT_GROUP_SCHED=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
# CONFIG_CGROUP_HUGETLB is not set
|
||||
CONFIG_CGROUP_HUGETLB=y
|
||||
CONFIG_CPUSETS=y
|
||||
CONFIG_PROC_PID_CPUSET=y
|
||||
CONFIG_CGROUP_DEVICE=y
|
||||
|
@ -1515,7 +1515,8 @@ CONFIG_TEGRA_AHB=y
|
|||
#
|
||||
# Generic Driver Options
|
||||
#
|
||||
# CONFIG_UEVENT_HELPER is not set
|
||||
CONFIG_UEVENT_HELPER=y
|
||||
CONFIG_UEVENT_HELPER_PATH=""
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_STANDALONE=y
|
||||
|
@ -6465,7 +6466,7 @@ CONFIG_ACPI_HED=y
|
|||
CONFIG_ACPI_CUSTOM_METHOD=y
|
||||
CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y
|
||||
CONFIG_PMIC_OPREGION=y
|
||||
# CONFIG_ACPI_CONFIGFS is not set
|
||||
CONFIG_ACPI_CONFIGFS=m
|
||||
|
||||
#
|
||||
# File systems
|
||||
|
@ -7030,6 +7031,9 @@ CONFIG_SECURITYFS=y
|
|||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_SECURITY_NETWORK_XFRM=y
|
||||
# CONFIG_SECURITY_PATH is not set
|
||||
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
# CONFIG_SECURITY_SMACK is not set
|
||||
# CONFIG_SECURITY_TOMOYO is not set
|
||||
# CONFIG_SECURITY_APPARMOR is not set
|
||||
|
|
Loading…
Reference in a new issue