mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-raspberrypi to 4.1.15-2
This commit is contained in:
parent
f44d04c52b
commit
765fa17df7
3 changed files with 7 additions and 9 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=853eff4e9b369cdc20be7c538bc5a5291eeab31d
|
||||
_commit=c361a20c92b18886c490dc15145ac4c203f42af9
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.1.15
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
bfqver=v7r8
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -28,15 +28,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('399673c21f08ec56c6140ec48b8a1b34'
|
||||
md5sums=('137c76ca102a58f991bbca0ac6f37c70'
|
||||
'SKIP'
|
||||
'74bf103542cbdee0363819309adb97a2'
|
||||
'f09baae3c7add4ed9bedde22ae3efe19'
|
||||
'bd8cc19a31d1cf8aeeaf9245057c4f9b'
|
||||
'9a3c82da627b317ec79c37fd6afba569'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'852ab06aa87a5e8c7ab4ddd46177615a'
|
||||
'd15e5886e72a2f8e9ca616a121e201bb')
|
||||
'fa39d0d0ae1a23ede7ae8842833f25d7'
|
||||
'54214339a4d0fa3e3580df50704530fa')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.1.15-1 Kernel Configuration
|
||||
# Linux/arm 4.1.15-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -96,7 +96,6 @@ CONFIG_TASK_IO_ACCOUNTING=y
|
|||
#
|
||||
# RCU Subsystem
|
||||
#
|
||||
# CONFIG_PREEMPT_RCU is not set
|
||||
CONFIG_TINY_RCU=y
|
||||
CONFIG_SRCU=y
|
||||
CONFIG_TASKS_RCU=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.1.15-1 Kernel Configuration
|
||||
# Linux/arm 4.1.15-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -99,7 +99,6 @@ CONFIG_TASK_IO_ACCOUNTING=y
|
|||
# RCU Subsystem
|
||||
#
|
||||
CONFIG_TREE_RCU=y
|
||||
# CONFIG_PREEMPT_RCU is not set
|
||||
CONFIG_SRCU=y
|
||||
CONFIG_TASKS_RCU=y
|
||||
CONFIG_RCU_STALL_COMMON=y
|
||||
|
|
Loading…
Reference in a new issue