core/linux-armv5 to 4.3.1-1

This commit is contained in:
Kevin Mihelich 2015-12-10 02:46:08 +00:00
parent 6702e6123f
commit e46024999b

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv5
_srcname=linux-4.3
_kernelname=${pkgbase#linux}
_desc="ARMv5 multi-platform"
pkgver=4.3.0
pkgver=4.3.1
pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
@ -15,7 +15,7 @@ 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'
@ -23,6 +23,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'0003-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'config')
md5sums=('58b35794eee3b6d52ce7be39357801e7'
'6c2dcd8d314f687f317b44820151dd92'
'efc43501dde0e8fb9329c8ef762ffdf4'
'8cf88daec8febbc1a0703c8a3bd6b25c'
'd311439f7fb7cb067121812236bbad47'
@ -32,7 +33,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