mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-kirkwood to 3.15.2-1
This commit is contained in:
parent
31ecc1c4c0
commit
483a43e915
1 changed files with 6 additions and 6 deletions
|
@ -7,10 +7,10 @@ buildarch=2
|
||||||
pkgbase=linux-kirkwood
|
pkgbase=linux-kirkwood
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Marvell Kirkwood"
|
_desc="Marvell Kirkwood"
|
||||||
pkgver=3.15.1
|
pkgver=3.15.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
cryptodev_commit=57b5544de80db85c8955499831fdaa30829db77a
|
cryptodev_commit=57b5544de80db85c8955499831fdaa30829db77a
|
||||||
bfqver=v7r4
|
bfqver=v7r5
|
||||||
|
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -30,7 +30,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz"
|
||||||
"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=('72bd0bf0e773963217c89cddbf3e0048'
|
md5sums=('0ddb5c81742db398bcf5fc4685645f27'
|
||||||
'20c0aa36ce1a9c5ef082b2e2f56a0a22'
|
'20c0aa36ce1a9c5ef082b2e2f56a0a22'
|
||||||
'03f32c3aa8890e9f23e08e0f77ef09b7'
|
'03f32c3aa8890e9f23e08e0f77ef09b7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
@ -38,9 +38,9 @@ md5sums=('72bd0bf0e773963217c89cddbf3e0048'
|
||||||
'9b5a265440abf57d2052838f31486a3a'
|
'9b5a265440abf57d2052838f31486a3a'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'a59f78f0a34cfe321921265246a7b725'
|
'a59f78f0a34cfe321921265246a7b725'
|
||||||
'7789bef14c7eb81ac5ab8a54e378878f'
|
'7779dfa3f5e0fa9ae8311ba7b25f66fd'
|
||||||
'b5ca74d065ebac9ff225bb257ffa2281'
|
'5c8fb6476f768c9bd55d8198600d87d5'
|
||||||
'f69d29121f9ea26ba84924e9355894fe')
|
'ef4735aaf72fde3b9b6bc5fb7538b16b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/linux-${pkgver}"
|
cd "${srcdir}/linux-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue