core/linux-armv5 to 5.4.1-1

This commit is contained in:
Kevin Mihelich 2019-11-30 18:37:37 +00:00
parent c0e3b700bd
commit 38af44cca1

View file

@ -7,7 +7,7 @@ pkgbase=linux-armv5
_srcname=linux-5.4
_kernelname=${pkgbase#linux}
_desc="ARMv5 multi-platform"
pkgver=5.4.0
pkgver=5.4.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/v5.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"http://www.kernel.org/pub/linux/kernel/v5.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/v5.x/${_srcname}.tar.xz"
'linux.preset'
'99-linux.hook')
md5sums=('ce9b2d974d27408a61c53a30d3f98fb9'
'0f859f2223def2b6e5dbf627515f708f'
'4a4db683dfbc937623d7ed61a4e74798'
'89ff9ce39aa1a7dba34074a18a9a0507'
'7beb584a258811bd388cfd48046bc25c'
@ -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