core/linux-armv5 to 4.5.1-1

This commit is contained in:
Kevin Mihelich 2016-04-14 00:36:08 +00:00
parent 930d36f443
commit e948da303e

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv5
_srcname=linux-4.5
_kernelname=${pkgbase#linux}
_desc="ARMv5 multi-platform"
pkgver=4.5.0
pkgver=4.5.1
pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
@ -15,12 +15,13 @@ 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"
'0001-at91-ariag25-updates.patch'
'0002-at91-arietta-g25-support.patch'
'0003-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'config')
md5sums=('a60d48eee08ec0536d5efb17ca819aef'
'1df9ff0283c1732ebbf7c55f340a121b'
'efc43501dde0e8fb9329c8ef762ffdf4'
'8cf88daec8febbc1a0703c8a3bd6b25c'
'd311439f7fb7cb067121812236bbad47'
@ -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