core/linux-kirkwood-dt to 5.4.1-1

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

View file

@ -7,7 +7,7 @@ pkgbase=linux-kirkwood-dt
_srcname=linux-5.4
_kernelname=${pkgbase#linux}
_desc="Marvell Kirkwood DT"
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' '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=('ce9b2d974d27408a61c53a30d3f98fb9'
'0f859f2223def2b6e5dbf627515f708f'
'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