mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Update core/linux-kirkwood to 3.7.10
This commit is contained in:
parent
e42180357b
commit
5432110b75
3 changed files with 5 additions and 5 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.8
|
||||
_basekernel=3.7.10
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=0
|
||||
cryptover=1.5
|
||||
|
@ -28,10 +28,10 @@ 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=('053b47e6fe18ea8d23a3716bf64a2cf8'
|
||||
md5sums=('56ec294a922b6112a1ef129668f38a83'
|
||||
'17c0496b7f3031c864f49894702b8911'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'e828496b341896867da91386cc27df66'
|
||||
'b471f37d4dfa802b8a4eaf8c9f437197'
|
||||
'96fc4f78d37d8f824401b2ca66a5dc0a'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.7.6-0 Kernel Configuration
|
||||
# Linux/arm 3.7.10-0 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.7.8-0-ARCH
|
||||
KERNEL_VERSION=3.7.10-0-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue