mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi-latest to 3.17.3-1
This commit is contained in:
parent
e3edf216f4
commit
532109e3c0
2 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
||||||
buildarch=18
|
buildarch=18
|
||||||
|
|
||||||
pkgbase=linux-raspberrypi-latest
|
pkgbase=linux-raspberrypi-latest
|
||||||
_commit=1f6cd09d340c84759c73844bee78d2e177b9ab17
|
_commit=d5fb7316c518719fa10b896d54ce15d5f1093a23
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=3.17.2
|
pkgver=3.17.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
bfqver=v7r6
|
bfqver=v7r6
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ 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}/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")
|
"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=('043c297b15b287dd8354327da22e7749'
|
md5sums=('510146d7c38dff87ede63a43ee6907b4'
|
||||||
'b2ffc8ff27eb8c01c047f4a6cb2096a6'
|
'b2ffc8ff27eb8c01c047f4a6cb2096a6'
|
||||||
'9335d1263fd426215db69841a380ea26'
|
'9335d1263fd426215db69841a380ea26'
|
||||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-raspberrypi-latest
|
KERNEL_NAME=-raspberrypi-latest
|
||||||
KERNEL_VERSION=3.17.1-3-ARCH
|
KERNEL_VERSION=3.17.3-1-ARCH
|
||||||
|
|
||||||
disable_cma() {
|
disable_cma() {
|
||||||
if [[ -f /boot/config.txt && $(grep '^cma' /boot/config.txt) != '' ]]; then
|
if [[ -f /boot/config.txt && $(grep '^cma' /boot/config.txt) != '' ]]; then
|
||||||
|
|
Loading…
Reference in a new issue