mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv5 to 4.2.1-1
This commit is contained in:
parent
a934e14b5a
commit
06abcfa74d
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv5
|
|||
_srcname=linux-4.2
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 multi-platform"
|
||||
pkgver=4.2.0
|
||||
pkgver=4.2.1
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,13 +15,14 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs${pkgver%.*}"
|
||||
#"git+https://github.com/sfjro/aufs4-standalone.git#branch=aufs4.x-rcN"
|
||||
'0001-at91-ariag25-updates.patch'
|
||||
'0002-at91-arietta-g25-support.patch'
|
||||
'config')
|
||||
md5sums=('3d5ea06d767e2f35c999eeadafc76523'
|
||||
'3e1cc007d930f8760ef0730609dca035'
|
||||
'3546c330c90f674bf823ca989f63a6f1'
|
||||
'fe0776a546e62cbd2c6b3696a4932ea4'
|
||||
'cecc0166051dc46fbf2156360017c1fb')
|
||||
|
@ -30,7 +31,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-at91-ariag25-updates.patch
|
||||
|
|
Loading…
Reference in a new issue