mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-kirkwood to 3.14.6-1
This commit is contained in:
parent
cfeb7baeab
commit
c144bd7c1e
1 changed files with 7 additions and 7 deletions
|
@ -7,10 +7,10 @@ buildarch=2
|
|||
pkgbase=linux-kirkwood
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood"
|
||||
pkgver=3.14.5
|
||||
pkgver=3.14.6
|
||||
pkgrel=1
|
||||
cryptodev_commit=57b5544de80db85c8955499831fdaa30829db77a
|
||||
bfqver=v7r3
|
||||
bfqver=v7r4
|
||||
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -31,18 +31,18 @@ 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}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-${pkgver:0:4}.0.patch")
|
||||
|
||||
md5sums=('db2f2b8a83239852b72e560811eb80de'
|
||||
md5sums=('0916f216a1833acf8afb8da29488ac6f'
|
||||
'2875cc4e92aa84ad28f24da0a3dabae0'
|
||||
'08ac1d60848cc28d9e5534dd0b62fa15'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'6743681a725ceacf5e9dfd00b416a185'
|
||||
'SKIP'
|
||||
'65d5a4f313310bb2a732d022d51ea7e7'
|
||||
'9b5a265440abf57d2052838f31486a3a'
|
||||
'SKIP'
|
||||
'a59f78f0a34cfe321921265246a7b725'
|
||||
'c958730ec91b3c9e5cb5e173e8083624'
|
||||
'd22dbdac83384fd9d6acaaec0d3621f6'
|
||||
'5bbacc0879a314b7c40e73bfa66942bf')
|
||||
'8169a4332404c0c5ba791302876ae9e8'
|
||||
'27b1e12892ca47ab5a3486a34d72d151'
|
||||
'27ec38dccb3f59f99bf489dfdda19132')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/linux-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue