mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-armv7 to 5.11.2-1
This commit is contained in:
parent
61bed561be
commit
52b271a750
1 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-5.11
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=5.11.0
|
||||
pkgrel=2
|
||||
pkgver=5.11.2
|
||||
pkgrel=1
|
||||
rcnver=5.11.0
|
||||
rcnrel=armv7-x10
|
||||
arch=('armv7h')
|
||||
|
@ -17,7 +17,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
"http://rcn-ee.com/deb/stretch-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.xz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
|
@ -36,6 +36,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('d2985a3f16ef1ea3405c04c406e29dcc'
|
||||
'4f2437097d20455c71d1b1866469d6be'
|
||||
'fe141ac54d974f1082bc1e5399c71447'
|
||||
'6c3c583d8fa165315791216c5dce9fe4'
|
||||
'0b1fac542a49c8756c4c66d55df7a609'
|
||||
|
@ -58,7 +59,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${rcnver%.0}-${rcnrel}.diff
|
||||
|
|
Loading…
Reference in a new issue