core/linux-armv5 to 4.19.1-1

This commit is contained in:
Kevin Mihelich 2018-11-05 00:03:22 +00:00
parent 7bbdf2cfc9
commit 08b0492a48

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv5
_srcname=linux-4.19
_kernelname=${pkgbase#linux}
_desc="ARMv5 multi-platform"
pkgver=4.19.0
pkgver=4.19.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"
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-at91-ariag25-updates.patch'
'0003-at91-arietta-g25-support.patch'
@ -29,6 +29,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset'
'99-linux.hook')
md5sums=('740a90cf810c2105df8ee12e5d0bb900'
'8d5da563baab055b8d76c94f5040948a'
'a6a9bd6503c3cab5163590541ed1a125'
'965da7ab05bc9f4d67eef06bb429a4d9'
'5f785fedf692c7a68bf592564944bff3'
@ -46,7 +47,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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch