mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge pull request #367 from moonman/master
Update linux-kirkwood to 3.7.5
This commit is contained in:
commit
dc2594b5b1
3 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood
|
||||||
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||||
#pkgname=linux-test # Build kernel with a different name
|
#pkgname=linux-test # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.7.3
|
_basekernel=3.7.5
|
||||||
pkgver=${_basekernel}
|
pkgver=${_basekernel}
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
cryptover=1.5
|
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/3.7.0-v5r1/0002-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.7.patch"
|
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.7.0-v5r1/0002-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.7.patch"
|
||||||
'aufs3-3.7.patch.xz')
|
'aufs3-3.7.patch.xz')
|
||||||
|
|
||||||
md5sums=('8fb7330345d0e0e3681e928ab334a942'
|
md5sums=('361d9d6ac73b79f4e7676b2b94237ac1'
|
||||||
'17c0496b7f3031c864f49894702b8911'
|
'17c0496b7f3031c864f49894702b8911'
|
||||||
'f5d3635da03cb45904bedd69b47133de'
|
'f5d3635da03cb45904bedd69b47133de'
|
||||||
'556536312778a6569d2d53de26101d8e'
|
'7bcdf02a01b452fb36828e3dc048dcc6'
|
||||||
'1f8103abb9c79b0745926acddec6ec85'
|
'1f8103abb9c79b0745926acddec6ec85'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'd00814b57448895e65fbbc800e8a58ba'
|
'd00814b57448895e65fbbc800e8a58ba'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.7.3-0 Kernel Configuration
|
# Linux/arm 3.7.5-0 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-kirkwood
|
KERNEL_NAME=-kirkwood
|
||||||
KERNEL_VERSION=3.7.3-0-ARCH
|
KERNEL_VERSION=3.7.5-0-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue