core/linux-aarch64 to 4.14.1-1

This commit is contained in:
Kevin Mihelich 2017-11-22 00:56:17 +00:00
parent fd371c6c92
commit aea25d797a

View file

@ -7,7 +7,7 @@ pkgbase=linux-aarch64
_srcname=linux-4.14
_kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform"
pkgver=4.14.0
pkgver=4.14.1
pkgrel=1
arch=('aarch64')
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/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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
'0003-arm64-dts-rockchip-enable-display-subsystem-on-rk339.patch'
@ -23,6 +23,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset'
'99-linux.hook')
md5sums=('bacdb9ffdcd922aa069a5e1520160e24'
'67622696833123f68345614fdd512c3f'
'b99ebc82965c3405ee041025a9cd5fea'
'e798199b00b1467b186b8c965c201b95'
'49739c0b3550f1a85d52a7e24d846beb'
@ -34,7 +35,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-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch