mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi-latest to 3.15.5-1
This commit is contained in:
parent
48946982f9
commit
98b60220a9
2 changed files with 13 additions and 6 deletions
|
@ -5,11 +5,11 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi-latest
|
||||
_commit=e09d010714d1937f8d364fc8a184b3f3f2acf7b9
|
||||
_commit=dba14197f482131aa88c5ae4c2606e6635aeee51
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.15.3
|
||||
pkgver=3.15.5
|
||||
pkgrel=1
|
||||
bfqver=v7r5
|
||||
|
||||
|
@ -30,8 +30,8 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${pkgver:0:4}.0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${pkgver:0:4}.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${pkgver:0:4}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-${pkgver:0:4}.0.patch")
|
||||
|
||||
md5sums=('8e90e34c24170720bd267b439e35e402'
|
||||
'143d22030b6828be68361d95e91e42ec'
|
||||
md5sums=('d1de27c97d2dcdb4e56bc0a6cd9ff38d'
|
||||
'8988cc304eb8ffcbfca4acf0b71617b8'
|
||||
'c0d63f4d42fd334bf31e4f749d4694f3'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.15.1-1 Kernel Configuration
|
||||
# Linux/arm 3.15.5-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -338,6 +338,7 @@ CONFIG_ARCH_BCM2708=y
|
|||
# Broadcom BCM2708 Implementations
|
||||
#
|
||||
CONFIG_MACH_BCM2708=y
|
||||
# CONFIG_BCM2708_DT is not set
|
||||
CONFIG_BCM2708_GPIO=y
|
||||
CONFIG_BCM2708_VCMEM=y
|
||||
# CONFIG_BCM2708_NOL2CACHE is not set
|
||||
|
@ -3563,6 +3564,13 @@ CONFIG_LTE_GDM724X=m
|
|||
# CONFIG_DGAP is not set
|
||||
# CONFIG_GS_FPGABOOT is not set
|
||||
CONFIG_CLKDEV_LOOKUP=y
|
||||
CONFIG_HAVE_CLK_PREPARE=y
|
||||
CONFIG_COMMON_CLK=y
|
||||
|
||||
#
|
||||
# Common Clock Framework
|
||||
#
|
||||
# CONFIG_COMMON_CLK_SI5351 is not set
|
||||
|
||||
#
|
||||
# Hardware Spinlock drivers
|
||||
|
@ -3761,7 +3769,6 @@ CONFIG_AUFS_HNOTIFY=y
|
|||
CONFIG_AUFS_HFSNOTIFY=y
|
||||
CONFIG_AUFS_EXPORT=y
|
||||
CONFIG_AUFS_RDU=y
|
||||
CONFIG_AUFS_SP_IATTR=y
|
||||
CONFIG_AUFS_SHWH=y
|
||||
CONFIG_AUFS_BR_RAMFS=y
|
||||
CONFIG_AUFS_BR_FUSE=y
|
||||
|
|
Loading…
Reference in a new issue