mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Update core/linux-kirkwood to 3.7.8
This commit is contained in:
parent
3a3aedef0d
commit
30b61a66d7
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood
|
|||
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||
#pkgname=linux-test # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.7.7
|
||||
_basekernel=3.7.8
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=0
|
||||
cryptover=1.5
|
||||
|
@ -28,7 +28,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-3).0-${bfqver}/0001-block-cgroups-kconfig-build-bits-for-BFQ-${bfqver}-$(echo $_basekernel | cut -c 1-3).patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/$(echo $_basekernel |cut -c 1-3).0-${bfqver}/0002-block-introduce-the-BFQ-${bfqver}-I-O-sched-for-$(echo $_basekernel |cut -c 1-3).patch"
|
||||
'aufs3-3.7.patch.xz')
|
||||
md5sums=('ec975c6ae50174f010c2a47eef890cd0'
|
||||
md5sums=('053b47e6fe18ea8d23a3716bf64a2cf8'
|
||||
'17c0496b7f3031c864f49894702b8911'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'e828496b341896867da91386cc27df66'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.7.6-0-ARCH
|
||||
KERNEL_VERSION=3.7.8-0-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue