core/linux-aarch64 to 4.13.1-1

This commit is contained in:
Kevin Mihelich 2017-09-10 19:40:05 +00:00
parent a871160275
commit b29443b22f

View file

@ -7,15 +7,15 @@ pkgbase=linux-aarch64
_srcname=linux-4.13 _srcname=linux-4.13
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform" _desc="AArch64 multi-platform"
pkgver=4.13.0 pkgver=4.13.1
pkgrel=2 pkgrel=1
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
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-enable-sdmmc-controller-on-rk3399.patch' '0002-arm64-dts-rockchip-enable-sdmmc-controller-on-rk3399.patch'
'0003-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch' '0003-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch'
@ -25,6 +25,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=('ab1a2abc6f37b752dd2595338bec4e78' md5sums=('ab1a2abc6f37b752dd2595338bec4e78'
'e2824a53597a9af0bfb2c533386842f0'
'8db7297a3275eefc48b4e8c66cd16d3b' '8db7297a3275eefc48b4e8c66cd16d3b'
'1e677ec7390244e3082ae39d6c370e7d' '1e677ec7390244e3082ae39d6c370e7d'
'69fa0e6241343ea0993ae179c9c13bb6' '69fa0e6241343ea0993ae179c9c13bb6'
@ -38,7 +39,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