core/linux-kirkwood-dt to 5.2.1-1

This commit is contained in:
Kevin Mihelich 2019-07-14 19:13:53 +00:00
parent 521c4cd6e1
commit 53787316d3

View file

@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
_srcname=linux-5.2
_kernelname=${pkgbase#linux}
_desc="Marvell Kirkwood DT"
pkgver=5.2.0
pkgver=5.2.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=('ddf994de00d7b18395886dd9b30b9262'
'a45be902d46625f7b554f17bab3686f0'
'5085b2d587c08fe4129b21b784c5ec72'
'1a3ca8cce7b0fdc7e72ecde511023d97'
'9a64b38798167ebea717d614875ef44a'
@ -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