mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-kirkwood to 4.4.238-1
This commit is contained in:
parent
234e9e655e
commit
29d7e601f8
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ buildarch=2
|
|||
pkgbase=linux-kirkwood
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood"
|
||||
pkgver=4.4.232
|
||||
pkgver=4.4.238
|
||||
srcver=${pkgver%.0}
|
||||
pkgrel=1
|
||||
bfqver=v7r11
|
||||
|
@ -31,18 +31,18 @@ source=("https://kernel.org/pub/linux/kernel/v4.x/linux-${srcver}.tar.xz"
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${bfqkern}.0-${bfqver}/0001-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-${bfqkern}.0.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${bfqkern}.0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-${bfqkern}.0.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${bfqkern}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for.patch"
|
||||
'linux.preset')
|
||||
md5sums=('533b1e444467e69d2793a2e15e5a0334'
|
||||
'linux.preset')
|
||||
|
||||
md5sums=('88ff999858c5b24324a9b15415d319af'
|
||||
'3d14399c6859415d6ccc87f9a975a112'
|
||||
'17d32adf31f1b709bb2cef32845d4d0a'
|
||||
'b22390ce9125111e3076d6e711958037'
|
||||
'2f5234a98a6f5e5d05dbaf98eb2ce5a9'
|
||||
'09d44b9f07abfaeaf4f688ee52034786'
|
||||
'SKIP'
|
||||
'c1d7fcfe88edb658375089c0a9cc1811'
|
||||
'953133d5e387de2ad79ac0ae5c27cb6b'
|
||||
'f0387e673975e9f2a5e05136948edece'
|
||||
'6d8c200779cbdef582e9e435ed86ca31')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/linux-${srcver}"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=4.4.232-1-ARCH
|
||||
KERNEL_VERSION=4.4.238-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue