core/linux-espressobin to 4.17.1-1

This commit is contained in:
Kevin Mihelich 2018-06-12 00:34:06 +00:00
parent 9ffba220b2
commit af1387eed6

View file

@ -7,7 +7,7 @@ pkgbase=linux-espressobin
_srcname=linux-4.17
_kernelname=${pkgbase#linux}
_desc="Globalscale ESPRESSOBin"
pkgver=4.17.0
pkgver=4.17.1
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
@ -15,13 +15,14 @@ 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-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch'
'0002-PCI-aardvark-set-host-and-device-to-the-same-MAX-pay.patch'
'0003-PCI-aardvark-disable-LOS-state-by-default.patch'
'config'
'linux.preset')
md5sums=('5bb13a03274b66b56c85b26682e407d7'
'8f430fc5bf2fd5a6ec5da8b4a08473d8'
'087a1417d83fa72c2e1cb69ec68ed94d'
'960e91f38b59e9d1ce47ec3b4cef3195'
'810cc7029cca0741c170209eba2f9dad'
@ -32,7 +33,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver}
git apply --whitespace=nowarn ../patch-${pkgver}
# ALARM patches
git apply ../0001-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch