core/linux-aarch64 to 4.18.1-1

This commit is contained in:
Kevin Mihelich 2018-08-17 02:13:45 +00:00
parent 1bf05b99fb
commit 872f8fa5e4

View file

@ -7,7 +7,7 @@ pkgbase=linux-aarch64
_srcname=linux-4.18 _srcname=linux-4.18
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform" _desc="AArch64 multi-platform"
pkgver=4.18.0 pkgver=4.18.1
pkgrel=1 pkgrel=1
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -15,7 +15,7 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz" 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' '0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch' '0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
'0003-arm64-dts-rockchip-add-usb3-controller-node-for-RK33.patch' '0003-arm64-dts-rockchip-add-usb3-controller-node-for-RK33.patch'
@ -27,6 +27,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
'linux.preset' 'linux.preset'
'99-linux.hook') '99-linux.hook')
md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9' md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
'bc8d68c9508576e62008c186a4c13668'
'be4199c685434f12190bb627bb714ff2' 'be4199c685434f12190bb627bb714ff2'
'b4d613a58a28445ce8363d734be3b971' 'b4d613a58a28445ce8363d734be3b971'
'b9bec2a58df6dff282df758edf8f526e' 'b9bec2a58df6dff282df758edf8f526e'
@ -42,7 +43,7 @@ prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver} git apply --whitespace=nowarn ../patch-${pkgver}
# ALARM patches # ALARM patches
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch