From da9015541ea2a148fb748a4f67e3983cc7d716d9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 28 Mar 2022 23:43:58 +0000 Subject: [PATCH] core/linux-armv7 to 5.17.1-1 --- core/linux-armv7/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/linux-armv7/PKGBUILD b/core/linux-armv7/PKGBUILD index 4c4ebfa7c..8ec496571 100644 --- a/core/linux-armv7/PKGBUILD +++ b/core/linux-armv7/PKGBUILD @@ -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