mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-gru to 4.4.115-1
This commit is contained in:
parent
820a8da08a
commit
d69917ae50
2 changed files with 8 additions and 6 deletions
|
@ -6,9 +6,9 @@ buildarch=8
|
|||
pkgbase=linux-gru
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Gru Chromebooks"
|
||||
pkgver=4.4.114
|
||||
pkgver=4.4.115
|
||||
pkgrel=1
|
||||
_commit=664926d090d8a197f1a1e532cc6dacda2326cc0b
|
||||
_commit=246e8918d9db2405ab91b26fa9b6a3accff0cdb8
|
||||
arch=('aarch64')
|
||||
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-4.4"
|
||||
license=('GPL2')
|
||||
|
@ -22,11 +22,11 @@ source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archiv
|
|||
'kernel.its'
|
||||
'kernel.keyblock'
|
||||
'kernel_data_key.vbprivk')
|
||||
md5sums=('e9d1605b297c6f35ab96f389d6759094'
|
||||
md5sums=('911e17bdad9eecb82615fd10dc46d5cb'
|
||||
'd3b3d9d59f91cc6fad24c29873ad87bc'
|
||||
'66cd7c64f8861025fa8e394675222aa1'
|
||||
'8f416793377fc69914851a32fe6ca33e'
|
||||
'824099e7d402e522e56f95f0fb04ae08'
|
||||
'a61a865c22e476b59e6a148a3cfdadb9'
|
||||
'51896870709e97c4f131e99c33ff115d'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.4.110-1 Kernel Configuration
|
||||
# Linux/arm64 4.4.115-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -184,6 +184,7 @@ CONFIG_SIGNALFD=y
|
|||
CONFIG_TIMERFD=y
|
||||
CONFIG_EVENTFD=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
# CONFIG_BPF_JIT_ALWAYS_ON is not set
|
||||
CONFIG_SHMEM=y
|
||||
CONFIG_AIO=y
|
||||
CONFIG_ADVISE_SYSCALLS=y
|
||||
|
@ -1217,6 +1218,7 @@ CONFIG_RFKILL_LEDS=y
|
|||
# CONFIG_NFC is not set
|
||||
CONFIG_LWTUNNEL=y
|
||||
CONFIG_HAVE_BPF_JIT=y
|
||||
CONFIG_HAVE_EBPF_JIT=y
|
||||
|
||||
#
|
||||
# Device Drivers
|
||||
|
@ -4650,6 +4652,7 @@ CONFIG_ROCKCHIP_EFUSE=y
|
|||
# FPGA Configuration Support
|
||||
#
|
||||
# CONFIG_FPGA is not set
|
||||
# CONFIG_PKGLIST is not set
|
||||
|
||||
#
|
||||
# Firmware Drivers
|
||||
|
@ -4769,7 +4772,6 @@ CONFIG_MISC_FILESYSTEMS=y
|
|||
# CONFIG_AFFS_FS is not set
|
||||
CONFIG_ECRYPT_FS=y
|
||||
# CONFIG_ECRYPT_FS_MESSAGING is not set
|
||||
# CONFIG_SDCARD_FS is not set
|
||||
# CONFIG_HFS_FS is not set
|
||||
CONFIG_HFSPLUS_FS=m
|
||||
CONFIG_HFSPLUS_FS_POSIX_ACL=y
|
||||
|
|
Loading…
Reference in a new issue