mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Update core/linux-kirkwood to 3.7.2
This commit is contained in:
parent
9b700ab8ae
commit
2d8a594fd7
6 changed files with 694 additions and 687 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.6.11
|
||||
_basekernel=3.7.2
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=0
|
||||
cryptover=1.5
|
||||
|
@ -24,21 +24,21 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
'change-default-console-loglevel.patch'
|
||||
'usb-add-reset-resume-quirk-for-several-webcams.patch'
|
||||
"http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.6.0-v5r1/0001-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-3.6.patch"
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.6.0-v5r1/0002-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.6.patch"
|
||||
'aufs3-3.6.patch.xz')
|
||||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.7.0-v5r1/0001-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-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.tar.xz')
|
||||
|
||||
md5sums=('3ff269b161f6cc319aa220b16963e213'
|
||||
'0df0c9243fcf6465bfca27ec0ef20440'
|
||||
md5sums=('4ca51d06144cc31bac8468cc8129c734'
|
||||
'17c0496b7f3031c864f49894702b8911'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'30a81d9d734924992090c5160d063a4d'
|
||||
'ce89674fb4e888f5fffb41d5015f9693'
|
||||
'9506a43fff451fda36d5d7b1f5eaed04'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'3a4b8d23c1708283e29477931d63ffb8'
|
||||
'5b36fdb524bc0fbc1c2dd7ff6e5f00c7'
|
||||
'ab32d82c03667836e0827158f128c755'
|
||||
'c8182bf611ab1f9fb3fbc314b61dd04c')
|
||||
'9daa5f662145f91b25b91b9fbeb874d9'
|
||||
'c80954ae588d8c168a0b1ae9ffe84c0e'
|
||||
'5aae5c9cdce7cb1c49f569c93924dd53')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/linux-${_basekernel}"
|
||||
|
@ -53,11 +53,16 @@ build() {
|
|||
cp "${srcdir}/mach-types" arch/arm/tools
|
||||
|
||||
# Add AUFS3 patches
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.6.patch"
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.7/aufs3-kbuild.patch"
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.7/aufs3-base.patch"
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.7/aufs3-standalone.patch"
|
||||
cp -r "${srcdir}/aufs3-3.7/Documentation" .
|
||||
cp -r "${srcdir}/aufs3-3.7/fs" .
|
||||
cp "${srcdir}/aufs3-3.7/include/uapi/linux/aufs_type.h" "./include/linux/"
|
||||
|
||||
# Add BFQ patches
|
||||
patch -Np1 -i "${srcdir}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-3.6.patch"
|
||||
patch -Np1 -i "${srcdir}/0002-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.6.patch"
|
||||
patch -Np1 -i "${srcdir}/0001-block-cgroups-kconfig-build-bits-for-BFQ-v5r1-3.7.patch"
|
||||
patch -Np1 -i "${srcdir}/0002-block-introduce-the-BFQ-v5r1-I-O-sched-for-3.7.patch"
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
|
File diff suppressed because it is too large
Load diff
Binary file not shown.
BIN
core/linux-kirkwood/aufs3-3.7.tar.xz
Normal file
BIN
core/linux-kirkwood/aufs3-3.7.tar.xz
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.6.2-0-ARCH
|
||||
KERNEL_VERSION=3.7.2-0-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue