mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-armv7 to 5.17.1-1
This commit is contained in:
parent
40fe0de831
commit
da9015541e
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-5.17
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=5.17.0
|
||||
pkgver=5.17.1
|
||||
pkgrel=1
|
||||
rcnver=5.17.0
|
||||
rcnrel=armv7-x8
|
||||
|
@ -17,7 +17,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
options=('!strip')
|
||||
source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||
#"https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
"https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
|
@ -34,6 +34,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('07321a70a48d062cebd0358132f11771'
|
||||
'5a015eeaa9a3bf5bea84290f54ccf48d'
|
||||
'842782a5c3078a1ddedf1d7c5e7e0e11'
|
||||
'874e99c5570d305f43f9925592f08556'
|
||||
'10f667fedbe19c86c8f51bf1f4edc527'
|
||||
|
@ -54,7 +55,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