mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-aarch64 to 4.12.0-1
This commit is contained in:
parent
18cfe07d47
commit
84a500cac7
2 changed files with 210 additions and 46 deletions
|
@ -4,10 +4,10 @@
|
|||
buildarch=8
|
||||
|
||||
pkgbase=linux-aarch64
|
||||
_srcname=linux-4.11
|
||||
_srcname=linux-4.12
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform"
|
||||
pkgver=4.11.8
|
||||
pkgver=4.12.0
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,21 +15,20 @@ 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'
|
||||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
|
||||
'fca793663570ab8849ac3930b909ba0a'
|
||||
md5sums=('fc454157e2d024d401a60905d6481c6b'
|
||||
'1d852d09fa6ec38017b3ebe631c02d32'
|
||||
'd1d689516531f6e890a0f1afc5ce95de'
|
||||
'4fa881c77f74764353778daa83642145'
|
||||
'b5ef67d6086e20de7b82265f562f88b1')
|
||||
|
||||
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
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue