mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-armv5 to 4.19.0-1
This commit is contained in:
parent
8090906c46
commit
c44bf2ec56
2 changed files with 441 additions and 392 deletions
|
@ -4,10 +4,10 @@
|
|||
buildarch=2
|
||||
|
||||
pkgbase=linux-armv5
|
||||
_srcname=linux-4.18
|
||||
_srcname=linux-4.19
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv5 multi-platform"
|
||||
pkgver=4.18.14
|
||||
pkgver=4.19.0
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
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-at91-ariag25-updates.patch'
|
||||
'0003-at91-arietta-g25-support.patch'
|
||||
|
@ -28,8 +28,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
|
||||
'5e8695bf4dc16213963ba04768a23539'
|
||||
md5sums=('740a90cf810c2105df8ee12e5d0bb900'
|
||||
'a6a9bd6503c3cab5163590541ed1a125'
|
||||
'965da7ab05bc9f4d67eef06bb429a4d9'
|
||||
'5f785fedf692c7a68bf592564944bff3'
|
||||
|
@ -39,7 +38,7 @@ md5sums=('bee5fe53ee1c3142b8f0c12c0d3348f9'
|
|||
'eb00def5fc3a2e1d690f3b7e67788345'
|
||||
'638035602b3e456d4babfe5559bfba94'
|
||||
'f85bf2ab9fa056f5dfa7650b59a37d6f'
|
||||
'097eb142728bc9cf5990fa61a67ca005'
|
||||
'16d1da3f31ebd4a83956c4eed77bf5a6'
|
||||
'73d88ba395003e8cdb07daeb2c080ec5'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
@ -47,7 +46,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
#git apply --whitespace=nowarn "${srcdir}/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