core/linux-kirkwood-dt to 5.0.1-1

This commit is contained in:
Kevin Mihelich 2019-03-10 21:01:05 +00:00
parent ddddbcfadd
commit 216213fd43

View file

@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
_srcname=linux-5.0
_kernelname=${pkgbase#linux}
_desc="Marvell Kirkwood DT"
pkgver=5.0.0
pkgver=5.0.1
pkgrel=1
arch=('arm')
url="http://www.kernel.org/"
@ -15,7 +15,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' '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-leds-trigger-Introduce-a-SATA-trigger.patch'
'0002-ata-sata_mv-Add-SATA-activity-LED-trigger-support.patch'
'0003-ARM-dts-kirkwood-pogo_e02-Set-health-LED-to-default-.patch'
@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'linux.preset'
'99-linux.hook')
md5sums=('7381ce8aac80a01448e065ce795c19c0'
'488f0f1b00a0861b4c3ddf578f1bd548'
'266879c5294611d490e77cea481ccc56'
'aa226ccbb7e87d7425fd821853acb963'
'0be83f5a22b064a26298c27a6490bf66'
@ -40,7 +41,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-leds-trigger-Introduce-a-SATA-trigger.patch