mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-kirkwood-dt to 4.7.2-1
This commit is contained in:
parent
d223e5edef
commit
0cb4d53552
1 changed files with 7 additions and 19 deletions
|
@ -6,10 +6,10 @@ buildarch=2
|
|||
pkgbase=linux-kirkwood-dt
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood DT"
|
||||
pkgver=4.7.1
|
||||
pkgver=4.7.2
|
||||
srcver=${pkgver%.0}
|
||||
pkgrel=2
|
||||
cryptodev_commit=7a3a9ee1329f7224b4fc564b80ef8160457caf76
|
||||
pkgrel=1
|
||||
cryptodev_commit=f116a93224fc7b85f83d2c53f565f8fd86165ecc
|
||||
bfqver=v8r2
|
||||
|
||||
### BFQ patch kernel version
|
||||
|
@ -37,33 +37,21 @@ source=("https://kernel.org/pub/linux/kernel/v4.x/linux-${srcver}.tar.xz"
|
|||
"ftp://teambelgium.net/bfq/patches/${bfqkern}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch"
|
||||
"ftp://teambelgium.net/bfq/patches/${bfqkern}.0-${bfqver}/0004-block-bfq-turn-BFQ-v7r11-for-4.7.0-into-BFQ-${bfqver}-for.patch"
|
||||
'goflexhome_fdt.patch'
|
||||
'linux.preset'
|
||||
'pageaccess_fix_for_4.6+.patch'
|
||||
'support_skcipher_and_ablkcipher.patch'
|
||||
'fix_test_compile_time_warnings.patch')
|
||||
md5sums=('764e9cc14e43bddef944381b1fe32574'
|
||||
'linux.preset')
|
||||
md5sums=('ae493473d074185205a54bc8ad49c3b4'
|
||||
'3bad68b8a29e154ebd4e0da7f613c3f2'
|
||||
'c02d088db6c0b3d271526befc611c00c'
|
||||
'09d44b9f07abfaeaf4f688ee52034786'
|
||||
'SKIP'
|
||||
'ad56ca4e2a29a3b76f3526c262d9fec1'
|
||||
'bd52f10ced89e663d2f4d138948828fd'
|
||||
'f2c3aabfbb8319134fc2f041bf239b50'
|
||||
'275d66e9de98296d689a3b17871defaf'
|
||||
'a873c975acf24c3ef0225b9fcd3f3e1e'
|
||||
'1bb4a4a11135998454cce698fe373f3a'
|
||||
'ce1975f40c48ec1b08dd09447ab043ca'
|
||||
'959e49540dac4c5e689ad9037150a360'
|
||||
'b92624323adb5f874a06b9b05c1954a0'
|
||||
'510d6cc1126153ccfbd33cda64a81d74'
|
||||
'1a17740b0cbed752d3afa963cdb26ba0')
|
||||
'959e49540dac4c5e689ad9037150a360')
|
||||
|
||||
prepare() {
|
||||
msg2 "Patching cryptodev"
|
||||
cd "${srcdir}/cryptodev-linux-${cryptodev_commit}"
|
||||
patch -Np1 -i "${srcdir}/pageaccess_fix_for_4.6+.patch"
|
||||
patch -Np1 -i "${srcdir}/support_skcipher_and_ablkcipher.patch"
|
||||
patch -Np1 -i "${srcdir}/fix_test_compile_time_warnings.patch"
|
||||
|
||||
cd "${srcdir}/linux-${srcver}"
|
||||
|
||||
msg2 "Copying aufs patches into the kernel source tree"
|
||||
|
|
Loading…
Reference in a new issue